diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 18:11:56 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-08 18:11:56 -0700 |
commit | c229a714fc1fcef5d6189d6fae92b9899e8f0495 (patch) | |
tree | f68dbda465550dab082777f8510215fd9ebe3ac7 /Makefile.am | |
parent | 08fa8d42ec875802bbe34291b087abdc559f183e (diff) |
Change default XKB rules file from "xorg" to "base"
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4a7bb2f..fa42945 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,6 @@ bin_PROGRAMS = setxkbmap XKBCONFIGROOT=@XKBCONFIGROOT@ AM_CFLAGS = $(CWARNFLAGS) $(SETXKBMAP_CFLAGS) \ - -D__XKBDEFRULES__='"xorg"' \ -DDFLT_XKB_CONFIG_ROOT=\"$(XKBCONFIGROOT)\" setxkbmap_LDADD = $(SETXKBMAP_LIBS) |