Don't allow to build kdrive here anymore. This is now in ../kdrive.
This commit is contained in:
parent
d85ff0458d
commit
8ff87a1d9a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.25 2008/11/02 15:26:08 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.26 2009/01/27 16:28:57 matthieu Exp $
|
||||
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
@ -32,7 +32,6 @@ DRI_OPTION= --enable-dri --with-dri-driver-path=${X11BASE}/lib/modules/dri
|
||||
DRI_OPTION= --disable-dri
|
||||
.endif
|
||||
|
||||
.if !defined(KDRIVE)
|
||||
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
||||
--with-xkb-path=/etc/X11/xkb \
|
||||
--with-xkb-output=/var/db/xkb \
|
||||
@ -40,15 +39,5 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
||||
--enable-install-setuid --enable-privsep \
|
||||
--disable-dmx ${NO_XORG_OPTION} ${NO_XF86_UTIL_OPTION} \
|
||||
--disable-ioport ${DRI_OPTION}
|
||||
.else
|
||||
CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
||||
--disable-xorg \
|
||||
--disable-xinput \
|
||||
--enable-kdrive \
|
||||
--disable-dmx \
|
||||
--disable-xprint \
|
||||
--disable-xnest \
|
||||
--disable-xvfb
|
||||
.endif
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user