diff options
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 8936b3f85a..057afaf13f 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4249,6 +4249,8 @@ emulation to complete hardware acceleration for modern GPUs.") ("libxslt" ,libxslt) ("pkg-config" ,pkg-config) ("python" ,python-wrapper))) + (arguments + `(#:configure-flags '("--enable-xkb"))) (home-page "http://www.x.org/wiki/") (synopsis "xorg implementation of the X Window System") (description "X.org provides an implementation of the X Window System") |