mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
10 lines
194 B
Makefile
10 lines
194 B
Makefile
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2008/07/12 15:37:58 oga Exp $
|
|
|
|
.include <bsd.xconf.mk>
|
|
|
|
.if ${XENOCARA_BUILD_DRI:L} != "yes"
|
|
CONFIGURE_ARGS+= --disable-dri
|
|
.endif
|
|
|
|
.include <bsd.xorg.mk>
|