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