Rename RK3399 kernel to be more inline with standards, hide moonlight S922X

This commit is contained in:
mason 2023-07-27 14:22:41 +00:00
parent cddecc5099
commit b78c76f0e1
No known key found for this signature in database
GPG key ID: 84D9278A11FA112B
2 changed files with 3 additions and 1484 deletions

View file

@ -17,11 +17,12 @@ PKG_BUILD_FLAGS="-gold"
GET_HANDLER_SUPPORT="git"
PKG_PATCH_DIRS+="${DEVICE}"
if [[ "${OPENGL_SUPPORT}" = "yes" ]] && [[ ! "${DEVICE}" = "S922X" ]]; then
if [ ! "${OPENGL}" = "no" ]; then
PKG_DEPENDS_TARGET+=" ${OPENGL} glu"
PKG_CMAKE_OPTS_TARGET+=" -DGL=1"
fi
elif [ "${OPENGLES_SUPPORT}" = "yes" ]; then
if [ ! "${OPENGLES_SUPPORT}" = no ]; then
PKG_DEPENDS_TARGET+=" ${OPENGLES}"
PKG_CMAKE_OPTS_TARGET+=" -DGLES2=1"
fi