Commit 33872163 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

efl: bump to version 1.7.7



The package/efl/libevas/libevas-fix-xcb-backend-typo.patch patch is
removed, as it has been merged upstream.

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 4753416d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
EFL_VERSION = 1.7.4
EFL_VERSION = 1.7.7

include package/efl/*/*.mk
+0 −19
Original line number Diff line number Diff line
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;