all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 1d80c4e842c4b16903406aa4861e46e4c2089591 1365 bytes (raw)
name: gnu/packages/patches/mutter-3.32.2-add-eglmesaext-header.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
 
Add references to eglmesaext.h for build to succeed.
This patch should not be necessary in the future as these
have been added to eglext.h.   
See https://github.com/KhronosGroup/EGL-Registry/commit/1343ecc9f55d3e8ded6a42d7ccfd33391a1dd35f

From: Brian Woodcox <bw@InSkyData.com>
Date: March 18, 2020

--- a/cogl/cogl/meson.build
+++ b/cogl/cogl/meson.build
@@ -48,7 +48,7 @@
 built_headers += [cogl_gl_header_h]
 
 if have_egl
-  cogl_egl_includes_string = '#include <EGL/egl.h>\n#include <EGL/eglext.h>'
+  cogl_egl_includes_string = '#include <EGL/egl.h>\n#include <EGL/eglext.h>\n#include <EGL/eglmesaext.h>'
 else
   cogl_egl_includes_string = ''
 endif

--- a/src/backends/meta-egl-ext.h
+++ b/src/backends/meta-egl-ext.h
@@ -29,6 +29,7 @@
 
 #include <EGL/egl.h>
 #include <EGL/eglext.h>
+#include <EGL/eglmesaext.h>
 
 /*
  * This is a little different to the tests shipped with EGL implementations,

--- a/src/backends/meta-egl.c
+++ b/src/backends/meta-egl.c
@@ -26,6 +26,7 @@
 
 #include <EGL/egl.h>
 #include <EGL/eglext.h>
+#include <EGL/eglmesaext.h>
 #include <gio/gio.h>
 #include <glib.h>
 #include <glib-object.h>

--- a/src/backends/meta-egl.h
+++ b/src/backends/meta-egl.h
@@ -27,6 +27,7 @@
 
 #include <EGL/egl.h>
 #include <EGL/eglext.h>
+#include <EGL/eglmesaext.h>
 #include <glib-object.h>
 
 #define META_EGL_ERROR meta_egl_error_quark ()

debug log:

solving 1d80c4e842 ...
found 1d80c4e842 in https://yhetil.org/guix/54EFA16B-27F2-40F4-8FF0-F59BC65BF8AB@inskydata.com/

applying [1/1] https://yhetil.org/guix/54EFA16B-27F2-40F4-8FF0-F59BC65BF8AB@inskydata.com/
diff --git a/gnu/packages/patches/mutter-3.32.2-add-eglmesaext-header.patch b/gnu/packages/patches/mutter-3.32.2-add-eglmesaext-header.patch
new file mode 100644
index 0000000000..1d80c4e842

1:9: trailing whitespace.
have been added to eglext.h.   
1:19: trailing whitespace.
 
1:30: trailing whitespace.
 
1:34: trailing whitespace.
 
1:41: trailing whitespace.
 
Checking patch gnu/packages/patches/mutter-3.32.2-add-eglmesaext-header.patch...
Applied patch gnu/packages/patches/mutter-3.32.2-add-eglmesaext-header.patch cleanly.
warning: squelched 2 whitespace errors
warning: 7 lines add whitespace errors.

index at:
100644 1d80c4e842c4b16903406aa4861e46e4c2089591	gnu/packages/patches/mutter-3.32.2-add-eglmesaext-header.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.