summaryrefslogtreecommitdiff
path: root/xkb
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-09-11 01:16:14 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-09-11 01:16:14 +0000
commit089b4272cf32fc9429c1a0e666c2ffb34fda0b93 (patch)
treefc1ed82f38e5e54b1c1a97711f13a840bd0967ce /xkb
parent2f9d01c9681d80235a70263e2e087dc6c181cdc8 (diff)
use RGB_DB not RGB_PATH as that's what it's looking for
define HAVE_XKB_CONFIG_H so setting xkb-path works (Jürg Billeter)
Diffstat (limited to 'xkb')
-rw-r--r--xkb/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/xkb/Makefile.am b/xkb/Makefile.am
index 6ec34c97e..da92b5288 100644
--- a/xkb/Makefile.am
+++ b/xkb/Makefile.am
@@ -1,6 +1,7 @@
noinst_LTLIBRARIES = libxkb.la libxkbstubs.la
-AM_CFLAGS = $(DIX_CFLAGS)
+AM_CFLAGS = $(DIX_CFLAGS) \
+ -DHAVE_XKB_CONFIG_H
DDX_SRCS = \
ddxBeep.c \