summaryrefslogtreecommitdiff
path: root/lib/libGL/Makefile
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2015-08-19 23:00:13 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2015-08-19 23:00:13 +0000
commit9bd0f227c5b1d49ce88e1fa61488cde6a31446c6 (patch)
treeca6a7aae7afa3cb3eb8998d1b3590a4a66ce69b2 /lib/libGL/Makefile
parent22af6e5109cdcf49fbade7f32694140e8eea05b2 (diff)
Enable the build of libOSMesa. Ports will need it soon.
tested by juanfra@ ok jsg@
Diffstat (limited to 'lib/libGL/Makefile')
-rw-r--r--lib/libGL/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libGL/Makefile b/lib/libGL/Makefile
index 4a0eb4acc..062e299e4 100644
--- a/lib/libGL/Makefile
+++ b/lib/libGL/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.45 2015/02/20 23:31:04 jsg Exp $
+# $OpenBSD: Makefile,v 1.46 2015/08/19 23:00:12 matthieu Exp $
.include <bsd.xconf.mk>
.include "config.mk"
@@ -8,7 +8,7 @@ MAKE_FLAGS+= XENOCARA_BUILD_GALLIUM=${XENOCARA_BUILD_GALLIUM}
.endif
.if ${XENOCARA_BUILD_DRI:L} == "yes"
-SUBDIR+=glsl mesa dri
+SUBDIR+=glsl mesa dri osmesa
.endif
LIB= GL