[BACK]Return to Makefile.bsd-wrapper CVS log [TXT][DIR] Up to [local] / xenocara / kdrive

File: [local] / xenocara / kdrive / Attic / Makefile.bsd-wrapper (download)

Revision 1.15, Wed Aug 8 21:54:33 2012 UTC (11 years, 9 months ago) by matthieu
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3
Changes since 1.14: +2 -1 lines

Don't touch the xserver autotools files a 2nd time in kdrive.
This causes a rebuild of xserver during make release (configure
becomes more recent than config.status again).

# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2012/08/08 21:54:33 matthieu Exp $

.include <bsd.xconf.mk>

_SRCDIR= ${.CURDIR}/../xserver
NO_REORDER=yes

XKB_PATH=	${X11BASE}/share/X11/xkb
XKB_RULES=	base

CONFIGURE_ARGS=	--localstatedir=/var --sysconfdir=/etc/X11 \
		--with-xkb-path=${XKB_PATH} \
		--with-xkb-output=/var/db/xkb \
		--with-default-xkb-rules=${XKB_RULES} \
		--disable-xorg \
		--enable-xcsecurity \
		--enable-kdrive \
		--disable-dmx \
		--disable-xnest \
		--disable-xvfb \
		--without-fop --without-xmlto --without-xsltproc

realinstall:
	(cd hw/kdrive/ephyr ; make install)

.include <bsd.xorg.mk>