summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-10-03 22:46:54 +0200
committerAndreas Enge <andreas@enge.fr>2013-10-03 22:46:54 +0200
commitc8957c77d65bdb6c0bd9afb009f79279ffc6e129 (patch)
tree55aa8b0a3c1f910860b9eca1bede6df918af5226
parent85f5dc19522cec720389e3cda30d66a70aad0e12 (diff)
downloadpatches-c8957c77d65bdb6c0bd9afb009f79279ffc6e129.tar
patches-c8957c77d65bdb6c0bd9afb009f79279ffc6e129.tar.gz
gnu: libxcb: Enable xcb-xkb.
* gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb".
-rw-r--r--gnu/packages/xorg.scm2
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")