gnu: libxcb: Enable xcb-xkb.

* gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb".
This commit is contained in:
Andreas Enge 2013-10-03 22:46:54 +02:00
parent 85f5dc1952
commit c8957c77d6
1 changed files with 2 additions and 0 deletions

View File

@ -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")