summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2006-06-02 01:41:18 +0300
committerJamey Sharp <jamey@minilop.net>2006-06-06 11:25:15 -0700
commit6f99f6349de5120f1cb7e02fbc97849341bc48e8 (patch)
treed0f7ea67e9c2f609a4bf844e4e2229064359c40c
parent217d43ed44ced901122093af3ef1294e1736bb77 (diff)
downloadxorg-lib-libX11-6f99f6349de5120f1cb7e02fbc97849341bc48e8.tar.gz
optional XKB support fix
Fix compilation with --disable-xkb.
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 3af2d674..e56931d0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,7 @@
-SUBDIRS=util xcms xlibi18n xkb
+if XKB
+XKB_SUDDIRS = xkb
+endif
+SUBDIRS = util xcms xlibi18n $(XKB_SUBDIRS)
lib_LTLIBRARIES=libX11.la