From e99fb95f305d44e953f0f941b1e7f655f2041940 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 24 Dec 2012 08:53:04 +0000 Subject: testing/evas: build fix. add missing patch --- testing/evas/xcb-outbuf.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/evas/xcb-outbuf.patch diff --git a/testing/evas/xcb-outbuf.patch b/testing/evas/xcb-outbuf.patch new file mode 100644 index 000000000..4f1612963 --- /dev/null +++ b/testing/evas/xcb-outbuf.patch @@ -0,0 +1,11 @@ +--- ./src/modules/engines/software_x11/evas_xcb_outbuf.c.orig ++++ ./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; + -- cgit v1.2.3