xenocara/app/setxkbmap/Makefile.bsd-wrapper

13 lines
369 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2011/03/08 07:59:23 matthieu Exp $
.include <bsd.xconf.mk>
2007-01-01 10:10:08 -07:00
.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
2006-11-26 07:03:40 -07:00
.include <bsd.xorg.mk>