diff options
author | Andreas Enge <andreas@enge.fr> | 2013-10-03 22:46:54 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-10-03 22:46:54 +0200 |
commit | c8957c77d65bdb6c0bd9afb009f79279ffc6e129 (patch) | |
tree | 55aa8b0a3c1f910860b9eca1bede6df918af5226 | |
parent | 85f5dc19522cec720389e3cda30d66a70aad0e12 (diff) | |
download | guix-c8957c77d65bdb6c0bd9afb009f79279ffc6e129.tar guix-c8957c77d65bdb6c0bd9afb009f79279ffc6e129.tar.gz |
gnu: libxcb: Enable xcb-xkb.
* gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb".
-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") |