diff options
Diffstat (limited to 'packaging/libxkbcommon.spec')
-rw-r--r-- | packaging/libxkbcommon.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec index b0291af..1550fba 100644 --- a/packaging/libxkbcommon.spec +++ b/packaging/libxkbcommon.spec @@ -1,5 +1,5 @@ Name: libxkbcommon -Version: 0.10.0 +Version: 1.0.3 Release: 0 License: MIT Summary: Wayland libxkbcommon library @@ -54,6 +54,7 @@ meson setup \ -Denable-x11=false \ -Denable-docs=false \ -Denable-wayland=false \ + -Denable-xkbregistry=false \ --prefix /usr \ --libdir %{_libdir} \ builddir |