From ae0b2317b441d32bf8105599b6ee8765908f6afe Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 8 Jul 2021 09:19:18 +0300 Subject: [PATCH] libva: depend on wayland --- extra/libva/build | 2 ++ extra/libva/depends | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/libva/build b/extra/libva/build index 58e9cf84..917ed6dd 100755 --- a/extra/libva/build +++ b/extra/libva/build @@ -6,6 +6,8 @@ meson \ --prefix=/usr \ --sysconfdir=/etc \ --mandir=/usr/share/man \ + -Dwith_wayland=yes \ + -Dwith_x11=no \ -Ddocs=false \ -Dintrospection=false \ . output diff --git a/extra/libva/depends b/extra/libva/depends index ff4013e6..a1664200 100644 --- a/extra/libva/depends +++ b/extra/libva/depends @@ -1,8 +1,6 @@ -libX11 -libXext -libXfixes libdrm linux-headers make mesa meson make pkgconf make +wayland