summaryrefslogtreecommitdiffstats
path: root/src/glx
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2016-11-02 12:11:54 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-11-09 13:59:00 +0000
commitda1ac6bc4642f0c2ab10f557d7749fc6d41dc4b7 (patch)
tree20ee2183ebf3ea6ba811e5effeecbcec3c6dec65 /src/glx
parent996c20208fdbf50e64480ebe9d87c256b939be4e (diff)
downloadexternal_mesa3d-da1ac6bc4642f0c2ab10f557d7749fc6d41dc4b7.zip
external_mesa3d-da1ac6bc4642f0c2ab10f557d7749fc6d41dc4b7.tar.gz
external_mesa3d-da1ac6bc4642f0c2ab10f557d7749fc6d41dc4b7.tar.bz2
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@lists.freedesktop.org> Signed-off-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk> (cherry picked from commit f792f0687f60e789fe9e0e2550c4eded95253fa1)
Diffstat (limited to 'src/glx')
-rw-r--r--src/glx/windows/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \