Disable doc formatting tools explicitely
This commit is contained in:
parent
d1508600e0
commit
f0cf820ebf
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2011/09/17 13:39:31 shadchin Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2012/03/10 18:35:56 matthieu Exp $
|
||||
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
@ -11,14 +11,14 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
||||
--with-xkb-path=${XKB_PATH} \
|
||||
--with-xkb-output=/var/db/xkb \
|
||||
--with-default-xkb-rules=${XKB_RULES} \
|
||||
--with-dri-driver-path=${LIBDIR}/modules/dri \
|
||||
--enable-dri \
|
||||
--disable-xorg \
|
||||
--enable-xcsecurity \
|
||||
--enable-kdrive \
|
||||
--disable-dmx \
|
||||
--disable-xnest \
|
||||
--disable-xvfb
|
||||
--disable-xvfb \
|
||||
--without-fop --without-xmlto --without-xsltproc
|
||||
|
||||
realinstall:
|
||||
(cd hw/kdrive/ephyr ; make install)
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2009/10/31 17:53:31 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2012/03/10 18:35:56 matthieu Exp $
|
||||
|
||||
SHARED_LIBS= Xdmcp 10.0
|
||||
|
||||
CONFIGURE_ARGS += --without-fop --without-xmlto --without-xsltproc
|
||||
|
||||
.include <bsd.xorg.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.41 2012/02/07 19:46:11 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.42 2012/03/10 18:35:56 matthieu Exp $
|
||||
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
@ -40,6 +40,7 @@ CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=/etc/X11 \
|
||||
--with-module-dir=${LIBDIR}/modules ${GLX_OPTION} \
|
||||
--enable-install-setuid --enable-privsep \
|
||||
--enable-xcsecurity \
|
||||
--without-fop --without-xmlto --without-xsltproc \
|
||||
--disable-dmx ${NO_XORG_OPTION} ${NO_XF86_UTIL_OPTION} \
|
||||
--disable-unit-tests \
|
||||
${DRI_OPTION}
|
||||
|
Loading…
Reference in New Issue
Block a user