summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-17 21:26:33 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-17 21:26:33 +0200
commit23888b27cfcf7c2e64b70df668679459f6031632 (patch)
tree5a6d2cc7bfcdb45579c4025506f5f8c458929efd
parent1fa2eeed645350b90999ed9c7c2f18649d1335fa (diff)
downloadembtoolkit-23888b27cfcf7c2e64b70df668679459f6031632.tar.gz
embtoolkit-23888b27cfcf7c2e64b70df668679459f6031632.tar.bz2
embtoolkit-23888b27cfcf7c2e64b70df668679459f6031632.tar.xz
Packages: X11/libxcb: enable xinput
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--packages/x11/libxcb/libxcb.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/x11/libxcb/libxcb.mk b/packages/x11/libxcb/libxcb.mk
index 196689e..5947dd4 100644
--- a/packages/x11/libxcb/libxcb.mk
+++ b/packages/x11/libxcb/libxcb.mk
@@ -80,7 +80,7 @@ $(LIBXCB_BUILD_DIR)/.configured:
PKG_CONFIG=$(PKGCONFIG_BIN) \
PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) \
./configure --build=$(HOST_BUILD) --host=$(STRICT_GNU_TARGET) \
- --target=$(STRICT_GNU_TARGET) \
+ --target=$(STRICT_GNU_TARGET) --enable-xinput \
--prefix=/usr --libdir=/usr/$(LIBDIR)
@touch $@