efl: bump to version 1.7.7
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Jul 2013 15:07:23 +0000 (17:07 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 7 Jul 2013 19:44:07 +0000 (21:44 +0200)
The package/efl/libevas/libevas-fix-xcb-backend-typo.patch patch is
removed, as it has been merged upstream.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/efl/efl.mk
package/efl/libevas/libevas-fix-xcb-backend-typo.patch [deleted file]

index b7462f135b6055a97386f4f14630968563261e35..f284c93be7a30a3f1fa72404f5de36cbb36f33a4 100644 (file)
@@ -1,3 +1,3 @@
-EFL_VERSION = 1.7.4
+EFL_VERSION = 1.7.7
 
 include package/efl/*/*.mk
diff --git a/package/efl/libevas/libevas-fix-xcb-backend-typo.patch b/package/efl/libevas/libevas-fix-xcb-backend-typo.patch
deleted file mode 100644 (file)
index 2531e75..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-Fix typo in the Evas XCB backend
-
-This typo prevents the XCB backend from building.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/src/modules/engines/software_x11/evas_xcb_outbuf.c
-===================================================================
---- a/src/modules/engines/software_x11/evas_xcb_outbuf.c
-+++ b/src/modules/engines/software_x11/evas_xcb_outbuf.c
-@@ -871,7 +871,7 @@
-           }
-         else
-           {
--             int pixelb = evas_software_xcb_output_buffer_depth(obr->xob) / 8;
-+             int pixelb = evas_software_xcb_output_buffer_depth(obr->xcbob) / 8;
-              int run;
-              int dstjump;
-