[Mesa-stable] [PATCH] dist: add the VG depedencies into the tarball
Emil Velikov
emil.l.velikov at gmail.com
Wed Apr 8 10:23:13 PDT 2015
Otherwise the scons build will fail.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89905
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
Makefile.am | 1 +
src/mapi/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index f4f0912..82db4be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,6 +49,7 @@ noinst_HEADERS = \
include/c99 \
include/c11 \
include/D3D9 \
+ include/VG \
include/HaikuGL \
include/pci_ids
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am
index 572f340..d18c464 100644
--- a/src/mapi/Makefile.am
+++ b/src/mapi/Makefile.am
@@ -231,7 +231,7 @@ es2api/glapi_mapi_tmp.h: glapi/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps)
$(call glapi_gen_mapi,$<,es2api)
# XXX: Inline vgapi's Makefile.am here.
-EXTRA_DIST += vgapi
+EXTRA_DIST += vgapi mapi.c mapi.h
# if HAVE_OPENVG
# SUBDIRS += vgapi
# endif
--
2.3.1
More information about the mesa-stable
mailing list