Merge pull request #528 from fewtarius/dev
Improve the retroarch build options a bit more.
This commit is contained in:
commit
66f5750b22
2 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue