xenocara/xserver/Makefile.bsd-wrapper
matthieu e1f972b588 Fix xkb data files locations. Problem noticed by Pierre-Yves Dampure and
Frederick C Druseikis who also sent a patch. Thanks.
2006-12-31 09:47:13 +00:00

16 lines
397 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2006/12/31 09:47:13 matthieu Exp $
DIST= ${.CURDIR}
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
--with-xkb-path=/etc/X11/xkb \
--with-xkb-output=/var/db/xkb \
--with-module-dir=${LIBDIR}/modules \
--with-mesa-source=${XENOCARA_TOP}/dist/Mesa \
--enable-install-setuid --enable-privsep \
--disable-dmx
.include <bsd.xorg.mk>