diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-08 07:59:24 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-03-08 07:59:24 +0000 |
commit | e3a3855ef99aac36d1c9dd930ab403ef96c040d1 (patch) | |
tree | 43df73b2e7f865ece0566ba1399277c8243e9f21 /app/setxkbmap/Makefile.am | |
parent | e4d327ce931c7ff0281739348aa9ca23e109a578 (diff) |
add a new build switch 'XENOCARA_USE_XKEYBOARD_CONFIG' to enable
the use of xkeyboard-config xkb definitions instead of the old xkbdata.
This will make testing easier. No changes in default builds.
ok shadchin@
Diffstat (limited to 'app/setxkbmap/Makefile.am')
-rw-r--r-- | app/setxkbmap/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/setxkbmap/Makefile.am b/app/setxkbmap/Makefile.am index a292290d2..eef2cec68 100644 --- a/app/setxkbmap/Makefile.am +++ b/app/setxkbmap/Makefile.am @@ -24,7 +24,8 @@ bin_PROGRAMS = setxkbmap XKBCONFIGROOT=@XKBCONFIGROOT@ AM_CFLAGS = $(CWARNFLAGS) $(SETXKBMAP_CFLAGS) \ - -DDFLT_XKB_CONFIG_ROOT=\"$(XKBCONFIGROOT)\" + -DDFLT_XKB_CONFIG_ROOT=\"$(XKBCONFIGROOT)\" \ + -DDFLT_XKB_RULES_FILE=\"$(XKBDEFAULTRULES)\" setxkbmap_LDADD = $(SETXKBMAP_LIBS) setxkbmap_SOURCES = \ |