xenocara/lib/libX11/Makefile.bsd-wrapper
guenther b5bb12998e Bump the major on every single base library. There are a couple
not bumped by this that will be corrected soon.

heavy lifting by todd@
2013-08-13 07:07:07 +00:00

15 lines
397 B
Makefile

# $OpenBSD: Makefile.bsd-wrapper,v 1.21 2013/08/13 07:07:12 guenther Exp $
.include <bsd.xconf.mk>
SHARED_LIBS= X11 16.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>