2009-08-04 09:45:41 -06:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2009/08/04 15:45:41 matthieu Exp $
|
2009-06-03 17:56:07 -06:00
|
|
|
.include <bsd.xconf.mk>
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2009-08-04 09:45:41 -06:00
|
|
|
SHARED_LIBS= X11 12.0
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2009-06-03 18:13:56 -06:00
|
|
|
CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6
|
|
|
|
|
|
|
|
.if ${XENOCARA_BUILD_XCB:L} == "no"
|
2009-06-04 10:36:07 -06:00
|
|
|
CONFIGURE_ARGS+= --without-xcb
|
2009-06-03 18:13:56 -06:00
|
|
|
.endif
|
2006-11-26 05:07:34 -07:00
|
|
|
|
2009-06-03 17:56:07 -06: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>
|