summaryrefslogtreecommitdiff
path: root/graphics/clutter-mx/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2013-08-27 15:52:49 +0000
committerjoerg <joerg>2013-08-27 15:52:49 +0000
commitb490a3ad1a37d0d8bdc99c56afa0f5539cf89dec (patch)
tree49cdec231c44d4f133919598a13c95c6081908f0 /graphics/clutter-mx/patches
parentbb0468121a10e4e0902fdbe97624f470ec11eb56 (diff)
downloadpkgsrc-b490a3ad1a37d0d8bdc99c56afa0f5539cf89dec.tar.gz
Add missing GL/gl.h includes.
Diffstat (limited to 'graphics/clutter-mx/patches')
-rw-r--r--graphics/clutter-mx/patches/patch-mx_mx-deform-texture.c12
-rw-r--r--graphics/clutter-mx/patches/patch-mx_mx-texture-frame.c12
2 files changed, 24 insertions, 0 deletions
diff --git a/graphics/clutter-mx/patches/patch-mx_mx-deform-texture.c b/graphics/clutter-mx/patches/patch-mx_mx-deform-texture.c
new file mode 100644
index 00000000000..520a65e7f23
--- /dev/null
+++ b/graphics/clutter-mx/patches/patch-mx_mx-deform-texture.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-mx_mx-deform-texture.c,v 1.1 2013/08/27 15:52:49 joerg Exp $
+
+--- mx/mx-deform-texture.c.orig 2013-08-27 14:35:16.000000000 +0000
++++ mx/mx-deform-texture.c
+@@ -29,6 +29,7 @@
+ * deformation effects with a texture.
+ */
+
++#include <GL/gl.h>
+ #include "mx-deform-texture.h"
+ #include "mx-offscreen.h"
+ #include "mx-private.h"
diff --git a/graphics/clutter-mx/patches/patch-mx_mx-texture-frame.c b/graphics/clutter-mx/patches/patch-mx_mx-texture-frame.c
new file mode 100644
index 00000000000..6e26980147f
--- /dev/null
+++ b/graphics/clutter-mx/patches/patch-mx_mx-texture-frame.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-mx_mx-texture-frame.c,v 1.1 2013/08/27 15:52:49 joerg Exp $
+
+--- mx/mx-texture-frame.c.orig 2013-08-27 14:36:02.000000000 +0000
++++ mx/mx-texture-frame.c
+@@ -33,6 +33,7 @@
+ #include "config.h"
+ #endif
+
++#include <GL/gl.h>
+ #include <cogl/cogl.h>
+
+ #include "mx-texture-frame.h"