libva: depend on wayland

This commit is contained in:
Dylan Araps 2021-07-08 09:19:18 +03:00
parent b045277111
commit ae0b2317b4
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,8 @@ meson \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--mandir=/usr/share/man \ --mandir=/usr/share/man \
-Dwith_wayland=yes \
-Dwith_x11=no \
-Ddocs=false \ -Ddocs=false \
-Dintrospection=false \ -Dintrospection=false \
. output . output

View File

@ -1,8 +1,6 @@
libX11
libXext
libXfixes
libdrm libdrm
linux-headers make linux-headers make
mesa mesa
meson make meson make
pkgconf make pkgconf make
wayland