71cc7797d8
It can't be used without proper libc locale support.
18 lines
420 B
Makefile
18 lines
420 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2010/06/01 05:26:44 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
SHARED_LIBS= X11 13.0
|
|
|
|
CONFIGURE_ARGS= --enable-tcp-transport --enable-unix-transport --enable-ipv6 \
|
|
--disable-composecache
|
|
|
|
.if ${XENOCARA_BUILD_XCB:L} == "no"
|
|
CONFIGURE_ARGS+= --without-xcb
|
|
.endif
|
|
|
|
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
|
|
CONFIGURE_ARGS+= --disable-loadable-xcursor
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|