efl: update to 1.22.0.
This commit is contained in:
parent
7d6ea041e2
commit
740516399b
2 changed files with 2 additions and 33 deletions
|
@ -1,31 +0,0 @@
|
|||
From 0d2b624f1e24240a1c4e651aa1cfe9a8dd10a573 Mon Sep 17 00:00:00 2001
|
||||
From: "Carsten Haitzler (Rasterman)" <raster@rasterman.com>
|
||||
Date: Sat, 15 Dec 2018 16:19:01 +0000
|
||||
Subject: [PATCH] evas gl - make GLintptr etc. also ndefed for GL_VERSION_1_5
|
||||
fix typedef
|
||||
|
||||
It seems that GL_VERSION_1_5 define == these provided by gl already. At
|
||||
least reading the mesa headers I do, so this should fix T7502
|
||||
|
||||
@fix
|
||||
---
|
||||
src/lib/evas/Evas_GL.h | 4 +++-
|
||||
1 file changed, 3 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/lib/evas/Evas_GL.h b/src/lib/evas/Evas_GL.h
|
||||
index b6b642400f..4f67b1695f 100644
|
||||
--- src/lib/evas/Evas_GL.h
|
||||
+++ src/lib/evas/Evas_GL.h
|
||||
@@ -4272,9 +4272,11 @@ typedef signed int GLfixed; // Changed khronos_int32_t
|
||||
|
||||
#ifndef GL_ES_VERSION_2_0
|
||||
/* GL types for handling large vertex buffer objects */
|
||||
-#include <stddef.h>
|
||||
+# ifndef GL_VERSION_1_5
|
||||
+# include <stddef.h>
|
||||
typedef ptrdiff_t GLintptr; // Changed khronos_intptr_t
|
||||
typedef ptrdiff_t GLsizeiptr; // Changed khronos_ssize_t
|
||||
+# endif
|
||||
#endif
|
||||
|
||||
/* Some definitions from GLES 3.0.
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'efl'
|
||||
pkgname=efl
|
||||
version=1.21.1
|
||||
version=1.22.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="CXX= --enable-multisense --enable-image-loader-webp --enable-liblz4
|
||||
|
@ -19,7 +19,7 @@ license="LGPL-2.1-only"
|
|||
homepage="http://enlightenment.org"
|
||||
changelog="https://raw.githubusercontent.com/Enlightenment/efl/master/NEWS"
|
||||
distfiles="http://download.enlightenment.org/rel/libs/efl/efl-${version}.tar.xz"
|
||||
checksum=44774b42b3dbbbe4d124c8fddcd169c6ffab9d602d1a757abcfb9a84e001a928
|
||||
checksum=6ac87450cb55a5948c550dbeb05464f5fc1b0616c52dcb1cb2efbda73999c8ef
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" automake gettext-devel libtool efl-devel"
|
||||
|
|
Loading…
Reference in a new issue