Mesa (master): glx/windows: Add wgl.h to the sources list

Andreas Boll ab at kemper.freedesktop.org
Thu Nov 3 10:39:43 UTC 2016


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

Author: Andreas Boll <andreas.boll.dev at gmail.com>
Date:   Wed Nov  2 12:11:54 2016 +0100

glx/windows: Add wgl.h to the sources list

Otherwise it won't be picked in the tarball and the build will fail.

Fixes: 533b3530c12 ("direct-to-native-GL for GLX clients on Cygwin
("Windows-DRI")")
Cc: "13.0" <mesa-stable at lists.freedesktop.org>
Signed-off-by: Andreas Boll <andreas.boll.dev at gmail.com>
Reviewed-by: Jon Turney <jon.turney at dronecode.org.uk>

---

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

diff --git a/src/glx/windows/Makefile.am b/src/glx/windows/Makefile.am
index c76af81..9806988 100644
--- a/src/glx/windows/Makefile.am
+++ b/src/glx/windows/Makefile.am
@@ -16,7 +16,8 @@ libwindowsglx_la_SOURCES = \
 	windowsgl.h \
 	windowsgl_internal.h \
 	windows_drawable.c \
-	wgl.c
+	wgl.c \
+	wgl.h
 
 libwindowsglx_la_CFLAGS = \
 	-I$(top_srcdir)/include \




More information about the mesa-commit mailing list