Module: Mesa Branch: 10.5 Commit: 37d925a63538bde60aae4d185c4017c0b8d210b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37d925a63538bde60aae4d185c4017c0b8d210b6
Author: Emil Velikov <[email protected]> Date: Wed Apr 8 18:23:13 2015 +0100 dist: add the VG depedencies into the tarball Otherwise the scons build will fail. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89905 Signed-off-by: Emil Velikov <[email protected]> --- 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
