e4967fc3e9
Tested together with xserver 1.16.1 by naddy@, jsg@ & kettenis@
13 lines
282 B
Makefile
13 lines
282 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2014/09/27 17:42:14 matthieu Exp $
|
|
.include <bsd.xconf.mk>
|
|
|
|
SHARED_LIBS= Xfont 12.0
|
|
|
|
CONFIGURE_ARGS+= --with-xmlto=no
|
|
|
|
.if ${XENOCARA_HAVE_SHARED_LIBS:L} == "no"
|
|
CONFIGURE_ARGS+= --disable-loadable-font-modules
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|