From: Peter Korsgaard Date: Mon, 30 Apr 2012 19:42:14 +0000 (+0200) Subject: libecore: xcb backend needs pixman X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=906735414784471c8e32775f4d7fec43b103517e;p=buildroot.git libecore: xcb backend needs pixman Signed-off-by: Peter Korsgaard --- diff --git a/package/efl/libecore/libecore.mk b/package/efl/libecore/libecore.mk index c76b3ffa2a..d5d2896446 100644 --- a/package/efl/libecore/libecore.mk +++ b/package/efl/libecore/libecore.mk @@ -73,7 +73,7 @@ endif ifeq ($(BR2_PACKAGE_LIBECORE_X_XCB),y) LIBECORE_CONF_OPT += --enable-ecore-x-xcb -LIBECORE_DEPENDENCIES += libxcb xlib_libX11 xcb-util +LIBECORE_DEPENDENCIES += libxcb xlib_libX11 xcb-util pixman # src/util/makekeys is executed at build time to generate # ecore_xcb_keysym_table.h, so it should get compiled for the host.