summaryrefslogtreecommitdiffstats
path: root/package/efl/libevas/libevas-fix-xcb-backend-typo.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-07-07 17:07:23 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-07 21:44:07 +0200
commit338721636a21352b92a8da4ac8d4c6e6e7c01ff9 (patch)
tree1378635c92450b8ae9b463815ccbbdeeebc58d3c /package/efl/libevas/libevas-fix-xcb-backend-typo.patch
parent4753416d1d9cd72a7bbc55d4257fe739c77522f1 (diff)
downloadbuildroot-novena-338721636a21352b92a8da4ac8d4c6e6e7c01ff9.tar.gz
buildroot-novena-338721636a21352b92a8da4ac8d4c6e6e7c01ff9.zip
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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/efl/libevas/libevas-fix-xcb-backend-typo.patch')
-rw-r--r--package/efl/libevas/libevas-fix-xcb-backend-typo.patch19
1 files changed, 0 insertions, 19 deletions
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
index 2531e75ee..000000000
--- a/package/efl/libevas/libevas-fix-xcb-backend-typo.patch
+++ /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;
-