commit
b8e2c1ad6c
4 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
1
packages/games/emulators/retroarch/patches/RG552
Symbolic link
1
packages/games/emulators/retroarch/patches/RG552
Symbolic link
|
@ -0,0 +1 @@
|
|||
RG351P
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue