libepoxy: fix typo

This commit is contained in:
5schatten 2019-09-18 21:38:59 +02:00
parent a404c441a0
commit 922e6366e2

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