Mesa (master): glx/apple: Ship meson build file in tarball

Thierry Reding tagr at kemper.freedesktop.org
Thu Mar 8 11:40:43 UTC 2018


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

Author: Thierry Reding <treding at nvidia.com>
Date:   Tue Mar  6 10:44:08 2018 +0100

glx/apple: Ship meson build file in tarball

The meson build file for Apple GLX is not listed in the EXTRA_DIST make
variable and therefore isn't shipped as part of the release tarball, so
meson builds from the tarball will fail.

Add the file to EXTRA_DIST to ensure it is included in the tarball.

Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Signed-off-by: Thierry Reding <treding at nvidia.com>

---

 src/glx/apple/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am
index bfa18b1c2f..8f93268635 100644
--- a/src/glx/apple/Makefile.am
+++ b/src/glx/apple/Makefile.am
@@ -1,4 +1,6 @@
-EXTRA_DIST = RELEASE_NOTES
+EXTRA_DIST = \
+	RELEASE_NOTES \
+	meson.build
 
 noinst_LTLIBRARIES = libappleglx.la
 




More information about the mesa-commit mailing list