From cf2dffe9b169774e6f7402301d5b9b4b3fe92bec Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 8 Jul 2021 14:16:48 +0300 Subject: [PATCH] libxkbcommon: add wayland to depends --- extra/libxkbcommon/build | 3 ++- extra/libxkbcommon/depends | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/libxkbcommon/build b/extra/libxkbcommon/build index bd1618e1..7079a15d 100755 --- a/extra/libxkbcommon/build +++ b/extra/libxkbcommon/build @@ -7,7 +7,8 @@ meson \ --libexecdir=/usr/lib \ -Ddefault_library=both \ -Denable-docs=false \ - -Denable-wayland=false \ + -Denable-wayland=true \ + -Denable-x11=false \ -Denable-xkbregistry=false \ . output diff --git a/extra/libxkbcommon/depends b/extra/libxkbcommon/depends index 350e4c7a..043e1b09 100644 --- a/extra/libxkbcommon/depends +++ b/extra/libxkbcommon/depends @@ -1,3 +1,4 @@ bison make meson make pkgconf make +wayland