blob: ccad2a5c10a6c8137ca28dc5affd4b5934901957 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.22 2013/08/13 18:52:17 matthieu Exp $
.include <bsd.xconf.mk>
SHARED_LIBS= X11 16.0 X11_xcb 2.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>
|