cogl: fix build
Add missing include for EGL/eglmesaext.h in configure.ac.
This commit is contained in:
parent
65b0891c91
commit
6c3af29184
1 changed files with 21 additions and 0 deletions
21
srcpkgs/cogl/patches/fix-cogl-egl-includes.patch
Normal file
21
srcpkgs/cogl/patches/fix-cogl-egl-includes.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
--- configure.ac 2019-04-23 12:08:03.000000000 +0200
|
||||
+++ configure.ac 2019-12-16 13:59:13.310895364 +0100
|
||||
@@ -685,7 +685,7 @@
|
||||
AC_SUBST([COGL_EGL_INCLUDES])
|
||||
|
||||
AC_CHECK_HEADERS([EGL/eglext.h],
|
||||
- [COGL_EGL_INCLUDES="$COGL_EGL_INCLUDE
|
||||
+ [COGL_EGL_INCLUDES="$COGL_EGL_INCLUDES
|
||||
#include <EGL/eglext.h>"],
|
||||
[],
|
||||
[$COGL_EGL_INCLUDES])
|
||||
@@ -1226,7 +1226,8 @@
|
||||
)
|
||||
|
||||
COGL_EGL_INCLUDES="#include <EGL/egl.h>
|
||||
-#include <EGL/eglext.h>"
|
||||
+#include <EGL/eglext.h>
|
||||
+#include <EGL/eglmesaext.h>"
|
||||
AC_SUBST([COGL_EGL_INCLUDES])
|
||||
])
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue