2cc47a1202
the use of xkeyboard-config xkb definitions instead of the old xkbdata. This will make testing easier. No changes in default builds. ok shadchin@
9 lines
251 B
Makefile
9 lines
251 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2011/03/08 07:59:23 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
.if defined(XENOCARA_USE_XKEYBOARD_CONFIG) && ${XENOCARA_USE_XKEYBOARD_CONFIG:L} != "yes"
|
|
CONFIGURE_ARGS= --datadir=/etc
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|