mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-10 19:28:58 +00:00
after a compiler update, landisk can now handle pixman and thus xserver again
prodded by brad@, ok matthieu@
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user