Merge pull request #528 from fewtarius/dev

Improve the retroarch build options a bit more.
This commit is contained in:
fewtarius 2022-09-21 07:19:41 -04:00 committed by GitHub
commit 66f5750b22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -46,10 +46,7 @@ pre_configure_target() {
if [ ! "${OPENGL}" = "no" ]; then
PKG_DEPENDS_TARGET+=" ${OPENGL} glu libglvnd"
PKG_CONFIGURE_OPTS_TARGET+=" --enable-opengl"
if [ "${ARCH}" = "x86_64" ]; then
PKG_CONFIGURE_OPTS_TARGET+=" --enable-opengl1"
fi
PKG_CONFIGURE_OPTS_TARGET+=" --enable-opengl_core"
else
PKG_CONFIGURE_OPTS_TARGET+=" --disable-opengl"
fi

View file

@ -41,7 +41,7 @@ then
done
fi
/usr/bin/show_splash intro 2>&1 >>${BOOTLOG}
clear
DEVICE_CPU_GOVERNOR=$(get_setting system.cpugovernor)
${DEVICE_CPU_GOVERNOR} 2>&1 >>${BOOTLOG}