Skip to content

Commit 13b3bf2

Browse files
committed
retroarch: enable GLESv3 on RK3288 and RK3399
1 parent 1c41afe commit 13b3bf2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

packages/lakka/retroarch_base/retroarch/package.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@ PKG_MAKE_OPTS_TARGET="V=1 \
3030
if [ "${OPENGLES_SUPPORT}" = yes ]; then
3131
PKG_DEPENDS_TARGET+=" ${OPENGLES}"
3232
PKG_CONFIGURE_OPTS_TARGET+=" --enable-opengles"
33-
if [[ ${DEVICE} =~ ^RPi4.* ]]; then
33+
if [[ ${DEVICE} =~ ^RPi4.* ]] || [ ${DEVICE} = "RK3288" ] || [ "${DEVICE}" = "RK3399" ]; then
3434
PKG_CONFIGURE_OPTS_TARGET+=" --enable-opengles3 \
35-
--enable-opengles3_1 \
36-
--enable-opengles3_2"
35+
--enable-opengles3_1"
3736
fi
3837
else
3938
PKG_CONFIGURE_OPTS_TARGET+=" --disable-opengles"

0 commit comments

Comments
 (0)