~ruther/guix-local

c8957c77d65bdb6c0bd9afb009f79279ffc6e129 — Andreas Enge 12 years ago 85f5dc1
gnu: libxcb: Enable xcb-xkb.

* gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb".
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/xorg.scm
M gnu/packages/xorg.scm => gnu/packages/xorg.scm +2 -0
@@ 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")