xenocara/lib/libX11/Makefile.bsd-wrapper
matthieu 8cc0378bfd Update to libX11 1.4.3 which was released during the 1.4.2 tests.
Mostly churn in the doc build system, which is disabled on Xenocara
for now.
2011-05-30 20:52:47 +00:00

15 lines
397 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2011/05/30 20:52:47 matthieu Exp $
.include <bsd.xconf.mk>
SHARED_LIBS= X11 15.0
CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \
--disable-composecache \
--without-xmlto --without-fop --without-xsltproc
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
CONFIGURE_ARGS+= --disable-loadable-xcursor
.endif
.include <bsd.xorg.mk>