mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-14 21:29:14 +00:00
Fix previous for bootstrap.
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.45 2012/04/01 09:24:04 matthieu Exp $
|
# $OpenBSD: Makefile,v 1.46 2012/04/01 23:00:24 matthieu Exp $
|
||||||
.include <bsd.own.mk>
|
.include <bsd.own.mk>
|
||||||
.include <bsd.xconf.mk>
|
.include <bsd.xconf.mk>
|
||||||
|
|
||||||
@@ -12,9 +12,11 @@ RM?=rm
|
|||||||
XSERVER= xserver
|
XSERVER= xserver
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if defined(XENOCARA_BUILD_PIXMAN)
|
||||||
.if ${COMPILER_VERSION:L:Mgcc[34]*} && ${XENOCARA_BUILD_PIXMAN:L} == "yes"
|
.if ${COMPILER_VERSION:L:Mgcc[34]*} && ${XENOCARA_BUILD_PIXMAN:L} == "yes"
|
||||||
XSERVER+= kdrive
|
XSERVER+= kdrive
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
|
||||||
SUBDIR= proto font/util data/bitmaps lib app data \
|
SUBDIR= proto font/util data/bitmaps lib app data \
|
||||||
${XSERVER} driver util doc
|
${XSERVER} driver util doc
|
||||||
|
|||||||
Reference in New Issue
Block a user