Mesa (10.5): automake: add missing egl files to the tarball

Emil Velikov evelikov at kemper.freedesktop.org
Thu Mar 26 01:44:45 UTC 2015


Module: Mesa
Branch: 10.5
Commit: d80bc65016671abccaac3746efba0f1d704b7d07
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d80bc65016671abccaac3746efba0f1d704b7d07

Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Sat Mar 21 20:45:22 2015 +0000

automake: add missing egl files to the tarball

Namely the Haiku EGL driver backend and the SConscript for the dri2 EGL
driver backend.

Cc: Alexander von Gluck IV <kallisti5 at unixzen.com>
Cc: mesa-stable at lists.freedesktop.org
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
(cherry picked from commit 5dc573e5de0eb49bc8622558789ebc4adf03926c)

---

 src/Makefile.am                  |    5 ++++-
 src/egl/drivers/dri2/Makefile.am |    2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 8edf333..006e2ff 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -53,7 +53,10 @@ if HAVE_GALLIUM
 SUBDIRS += gallium
 endif
 
-EXTRA_DIST = egl/docs getopt hgl SConscript
+EXTRA_DIST = \
+	egl/drivers/haiku \
+	egl/docs \
+	getopt hgl SConscript
 
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/include/ \
diff --git a/src/egl/drivers/dri2/Makefile.am b/src/egl/drivers/dri2/Makefile.am
index 79a40e8..f589600 100644
--- a/src/egl/drivers/dri2/Makefile.am
+++ b/src/egl/drivers/dri2/Makefile.am
@@ -64,3 +64,5 @@ if HAVE_EGL_PLATFORM_DRM
 libegl_dri2_la_SOURCES += platform_drm.c
 AM_CFLAGS += -DHAVE_DRM_PLATFORM
 endif
+
+EXTRA_DIST = SConscript




More information about the mesa-commit mailing list