after a compiler update, landisk can now handle pixman and thus xserver again

prodded by brad@, ok matthieu@
This commit is contained in:
todd
2013-02-21 17:45:32 +00:00
parent f3fd083654
commit 80888e205b
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# $OpenBSD: bsd.xconf.mk,v 1.22 2013/02/09 21:48:07 brad Exp $
# $OpenBSD: bsd.xconf.mk,v 1.23 2013/02/21 17:45:34 todd Exp $
# Shared libs?
.if ${MACHINE} == "vax"
@@ -12,7 +12,7 @@ XENOCARA_BUILD_GL?=${XENOCARA_HAVE_SHARED_LIBS:L}
XENOCARA_BUILD_DRI?=${XENOCARA_HAVE_SHARED_LIBS:L}
# Build pixman?
.if ${MACHINE} == "vax" || ${MACHINE} == "landisk"
.if ${MACHINE} == "vax"
XENOCARA_BUILD_PIXMAN?=no
.else
XENOCARA_BUILD_PIXMAN?=yes