summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2008-01-24 15:57:35 -0500
committerEamon Walsh <ewalsh@moss-charon.epoch.ncsc.mil>2008-01-24 15:57:35 -0500
commit0b5f684eb0f8a8ad1887514568532037bb46020c (patch)
tree25ac02604f21800c0817d2fde407c2cea6210294 /Makefile.am
parentc72581c844efbaaa7e632377b57678f6668327fe (diff)
Add XInput extension support, disabled by default.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2bf2102..a18ef5d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,9 @@ endif
if BUILD_XINERAMA
pkgconfig_DATA += xcb-xinerama.pc
endif
+if BUILD_XINPUT
+pkgconfig_DATA += xcb-xinput.pc
+endif
if BUILD_XPRINT
pkgconfig_DATA += xcb-xprint.pc
endif