Merge pull request #3849 from 5schatten/restore_the_mess

[GLVND] restore the mess in some graphic packages
This commit is contained in:
Lukas Rusak 2019-09-18 13:42:50 -07:00 committed by GitHub
commit ee1f190c61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 31 deletions

View File

@ -25,5 +25,5 @@ if [ "${OPENGLES_SUPPORT}" = "yes" ]; then
fi
if [ "${DISPLAYSERVER}" != "x11" ]; then
PKG_MESON_OPTS_TARGET="-D glx=no"
PKG_MESON_OPTS_TARGET="-Dglx=no"
fi