intel-vaapi-driver: fix meson options typographical error

This commit is contained in:
heitbaum 2021-10-25 19:04:04 +11:00
parent 2ec775fef9
commit 885beccf4b

View File

@ -21,7 +21,7 @@ else
DISPLAYSERVER_LIBVA="-Dwith_x11=no -Dwith_wayland=no"
fi
PKG_MESON_OPTS_TARGET="-Denable_hybrid_code=false \
PKG_MESON_OPTS_TARGET="-Denable_hybrid_codec=false \
-Denable_tests=false \
${DISPLAYSERVER_LIBVA}"