xenocara/lib/libX11/Makefile.bsd-wrapper

14 lines
362 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile.bsd-wrapper,v 1.17 2011/05/30 19:19:29 matthieu Exp $
.include <bsd.xconf.mk>
2006-11-26 05:07:34 -07:00
SHARED_LIBS= X11 15.0
2006-11-26 05:07:34 -07:00
CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \
--disable-composecache --without-xmlto
.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>