blob: 49d54a664a639740c4d2fbd3547db1fa2a50eb34 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.26 2020/11/28 14:39:45 matthieu Exp $
.include <bsd.xconf.mk>
SHARED_LIBS= X11 17.1 X11_xcb 2.0
CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \
--disable-composecache \
--without-xmlto --without-fop --without-xsltproc
.include <bsd.xorg.mk>
|