From 13ff7f43ec18128ec1dc8abeeae57d236e70a3a0 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 7 Jun 2018 14:13:03 +1000 Subject: [PATCH] add gl-headers subproject for necessary OpenGL headers At least for windows. --- .gitignore | 1 + subprojects/gl-headers.wrap | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 subprojects/gl-headers.wrap diff --git a/.gitignore b/.gitignore index 7120f9a..d828fd4 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ subprojects/gst-rtsp-server/ subprojects/gstreamer/ subprojects/gstreamer-vaapi/ subprojects/glib/ +subprojects/gl-headers/ prefix/ diff --git a/subprojects/gl-headers.wrap b/subprojects/gl-headers.wrap new file mode 100644 index 0000000..4d4d502 --- /dev/null +++ b/subprojects/gl-headers.wrap @@ -0,0 +1,5 @@ +[wrap-git] +directory=gl-headers +url=https://github.com/centricular/gl-headers.git +push-url=git@github.com:centricular/gl-headers.git +revision=master -- 2.7.4