summaryrefslogtreecommitdiffstats
path: root/package/efl
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-04-30 21:42:14 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-04-30 21:42:14 +0200
commit906735414784471c8e32775f4d7fec43b103517e (patch)
treedaf3f75942bc98f5d5fcc04ea4fdd9748eba0413 /package/efl
parentae63ca8f4782b91fd9e41316bfb79a43f54f5cd2 (diff)
downloadbuildroot-novena-906735414784471c8e32775f4d7fec43b103517e.tar.gz
buildroot-novena-906735414784471c8e32775f4d7fec43b103517e.zip
libecore: xcb backend needs pixman
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/efl')
-rw-r--r--package/efl/libecore/libecore.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/efl/libecore/libecore.mk b/package/efl/libecore/libecore.mk
index c76b3ffa2..d5d289644 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.