Merge pull request #264 from fewtarius/dev

build fixes.
This commit is contained in:
fewtarius 2022-07-15 06:50:54 -04:00 committed by GitHub
commit b8e2c1ad6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -35,9 +35,8 @@ pre_configure_target() {
PKG_CONFIGURE_OPTS_TARGET+=" --enable-neon --enable-opengles --enable-opengles3 --enable-opengles3_2 --enable-kms --disable-mali_fbdev"
;;
aarch64)
PKG_CONFIGURE_OPTS_TARGET+=" --enable-neon"
PKG_DEPENDS_TARGET+=" librga ${OPENGLES}"
PKG_CONFIGURE_OPTS_TARGET+=" --enable-opengles --enable-opengles3 --enable-opengles3_2 --enable-kms --disable-mali_fbdev"
PKG_CONFIGURE_OPTS_TARGET+=" --disable-neon --enable-opengles --enable-opengles3 --enable-opengles3_2 --enable-kms --disable-mali_fbdev"
;;
*)
PKG_DEPENDS_TARGET+=" ${OPENGL} glu libglvnd vulkan-loader vulkan-headers"

View file

@ -0,0 +1 @@
RG351P

View file

@ -45,7 +45,7 @@ then
gamecontrollerdb"
# Clean additional packages to ensure the OS is properly built for this device
PKG_CLEAN="${PKG_CLEAN} plymouth-lite initramfs busybox kernel grub u-boot SDL2"
PKG_CLEAN="${PKG_CLEAN} system-utils plymouth-lite initramfs busybox kernel grub u-boot SDL2"
fi
# If this variable exists in the environment, expand it and clean those packages too.