diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-01 17:10:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-01-01 17:10:09 +0000 |
commit | 8fae16c5c22c44e8cda1b240af95fb0e5cd11c19 (patch) | |
tree | 90a38267f7892dba19244deb0210925ab91619fc /app | |
parent | 0982fe562a7a9dc6a90e876b1f207001590bba20 (diff) |
Define xkb config dir properly.
Diffstat (limited to 'app')
-rw-r--r-- | app/setxkbmap/Makefile.bsd-wrapper | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/setxkbmap/Makefile.bsd-wrapper b/app/setxkbmap/Makefile.bsd-wrapper index 136b2e6a7..5d4da5f35 100644 --- a/app/setxkbmap/Makefile.bsd-wrapper +++ b/app/setxkbmap/Makefile.bsd-wrapper @@ -1,3 +1,5 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:27:26 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2007/01/01 17:10:08 matthieu Exp $ + +CONFIGURE_ARGS= --with-xkb-config-root=$(X11ETC)/xkb .include <bsd.xorg.mk> |