mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Add PREFER_GLES check to desmume-lr
This commit is contained in:
@@ -10,7 +10,7 @@ PKG_DEPENDS_TARGET="toolchain libpcap"
|
||||
PKG_LONGDESC="DeSmuME - Nintendo DS libretro"
|
||||
PKG_TOOLCHAIN="make"
|
||||
|
||||
if [ "${OPENGL_SUPPORT}" = "yes" ]; then
|
||||
if [ "${OPENGL_SUPPORT}" = "yes" ] && [ ! "${PREFER_GLES}" = "yes" ]; then
|
||||
PKG_DEPENDS_TARGET+=" ${OPENGL} glu libglvnd"
|
||||
|
||||
elif [ "${OPENGLES_SUPPORT}" = yes ]; then
|
||||
|
||||
Reference in New Issue
Block a user