xenocara/lib/libX11/Makefile.bsd-wrapper

18 lines
436 B
Makefile
Raw Normal View History

2010-10-22 13:50:32 -06:00
# $OpenBSD: Makefile.bsd-wrapper,v 1.15 2010/10/22 19:50:32 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 05:07:34 -07:00
2010-09-04 04:33:11 -06:00
SHARED_LIBS= X11 14.0
2006-11-26 05:07:34 -07:00
CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \
2010-10-22 13:50:32 -06:00
--disable-composecache --without-groff
.if ${XENOCARA_BUILD_XCB:L} == "no"
CONFIGURE_ARGS+= --without-xcb
.endif
2006-11-26 05:07:34 -07:00
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
2007-03-15 16:23:39 -06:00
CONFIGURE_ARGS+= --disable-loadable-xcursor
.endif
2006-11-26 05:07:34 -07:00
.include <bsd.xorg.mk>