2015-12-01 14:22:56 -07:00
|
|
|
# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2015/12/01 21:22:56 kettenis Exp $
|
2008-02-02 10:19:57 -07:00
|
|
|
|
2008-03-25 17:41:50 -06:00
|
|
|
.include <bsd.xconf.mk>
|
2008-02-02 10:19:57 -07:00
|
|
|
|
2015-12-01 14:22:56 -07:00
|
|
|
.if ${XENOCARA_BUILD_GL:L} != "yes"
|
2014-04-09 14:21:16 -06:00
|
|
|
CONFIGURE_ARGS= --disable-glamor
|
2015-12-01 14:22:56 -07:00
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS= --enable-glamor
|
|
|
|
.endif
|
2014-04-09 14:21:16 -06:00
|
|
|
|
2008-03-25 17:41:50 -06:00
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
2013-07-01 07:24:43 -06:00
|
|
|
CONFIGURE_ARGS+= --disable-dri
|
2008-02-02 10:19:57 -07:00
|
|
|
.endif
|
2006-11-26 16:05:50 -07:00
|
|
|
|
|
|
|
.include <bsd.xorg.mk>
|