Merge pull request #1824 from JustEnoughLinuxOS/dev

Build fix
This commit is contained in:
fewtarius 2023-07-25 23:24:35 -04:00 committed by GitHub
commit 345bee1f75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ if [[ "${OPENGL_SUPPORT}" = "yes" ]] && [[ ! "${DEVICE}" = "S922X" ]]; then
elif [ "${OPENGLES_SUPPORT}" = yes ]; then
PKG_DEPENDS_TARGET+=" ${OPENGLES}"
PKG_CMAKE_OPTS_TARGET+=" -DUSE_GLES=ON -DUSE_OPENGL=OFF"
PKG_CMAKE_OPTS_TARGET+=" -DUSE_GLES=ON"
fi
if [ "${VULKAN_SUPPORT}" = "yes" ]