xenocara/app/setxkbmap/Makefile.bsd-wrapper
matthieu 2cc47a1202 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@
2011-03-08 07:59:23 +00:00

13 lines
369 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2011/03/08 07:59:23 matthieu Exp $
.include <bsd.xconf.mk>
.if ${XENOCARA_USE_XKEYBOARD_CONFIG:L} == "yes"
CONFIGURE_ARGS= --with-xkb-config-root=${X11BASE}/share/X11/xkb \
--with-xkb-default-rules=base
.else
CONFIGURE_ARGS= --with-xkb-config-root=$(X11ETC)/xkb \
--with-xkb-default-rules=xorg
.endif
.include <bsd.xorg.mk>