Rename RK3399 kernel to be more inline with standards, hide moonlight S922X
This commit is contained in:
parent
cddecc5099
commit
b78c76f0e1
2 changed files with 3 additions and 1484 deletions
|
@ -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
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue