From c8957c77d65bdb6c0bd9afb009f79279ffc6e129 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Thu, 3 Oct 2013 22:46:54 +0200 Subject: gnu: libxcb: Enable xcb-xkb. * gnu/packages/xorg.scm (libxcb): Add configure flag "--enable-xkb". --- gnu/packages/xorg.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages') 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 @@ (define-public libxcb ("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") -- cgit v1.2.3