diff options
author | Matthieu Herrb <matthieu@bluenote.herrb.com> | 2007-09-12 11:44:14 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2023-06-15 17:34:37 +0200 |
commit | 9588cfe371d0e5f4cecd475e2dcfe86d1a1756eb (patch) | |
tree | a11f51698f484f17b175d7fb9d961662558f7fed /Makefile.am | |
parent | 094d979324efca8bbb2ad3756ee947c2d2b41a79 (diff) |
BSD Makefileobsd
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 81c9bc7..2d64526 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,6 +25,7 @@ bin_PROGRAMS = setxkbmap XKBCONFIGROOT=@XKBCONFIGROOT@ AM_CFLAGS = $(CWARNFLAGS) $(SETXKBMAP_CFLAGS) \ + -D__XKBDEFRULES__='"xorg"' \ -DDFLT_XKB_CONFIG_ROOT=\"$(XKBCONFIGROOT)\" setxkbmap_LDADD = $(SETXKBMAP_LIBS) |