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/dri | |
parent | 22af6e5109cdcf49fbade7f32694140e8eea05b2 (diff) |
Enable the build of libOSMesa. Ports will need it soon.
tested by juanfra@ ok jsg@
Diffstat (limited to 'lib/libGL/dri')
-rw-r--r-- | lib/libGL/dri/Makefile.inc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libGL/dri/Makefile.inc b/lib/libGL/dri/Makefile.inc index 9e405b809..c9f335bac 100644 --- a/lib/libGL/dri/Makefile.inc +++ b/lib/libGL/dri/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.22 2015/02/20 23:31:04 jsg Exp $ +# $OpenBSD: Makefile.inc,v 1.23 2015/08/19 23:00:12 matthieu Exp $ .include <bsd.xconf.mk> .include "../config.mk" @@ -14,10 +14,6 @@ COMMON_GALLIUM_SOURCES = \ xmlconfig.c COMMON_SOURCES = $(COMMON_GALLIUM_SOURCES) \ - driverfuncs.c \ - meta_blit.c \ - meta_generate_mipmap.c \ - meta.c \ megadriver_stub.c CPPFLAGS+= -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING \ |