diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-08-19 23:00:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2015-08-19 23:00:13 +0000 |
commit | 9bd0f227c5b1d49ce88e1fa61488cde6a31446c6 (patch) | |
tree | ca6a7aae7afa3cb3eb8998d1b3590a4a66ce69b2 /lib/libGL/Makefile | |
parent | 22af6e5109cdcf49fbade7f32694140e8eea05b2 (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/Makefile | 4 |
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 |