[Buildroot] [git commit] weston: Add make dependency on cairo

Peter Korsgaard jacmet at sunsite.dk
Fri May 24 22:13:06 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=8f2578d7b733301cfdd79af08d6b89f112c5ae66
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

There's already a config dependency, make sure we build it too.

Signed-off-by: Will Newton <will.newton at linaro.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/weston/weston.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index 4e7cada..b6827db 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -10,7 +10,8 @@ WESTON_SOURCE = weston-$(WAYLAND_VERSION).tar.xz
 WESTON_LICENSE = MIT
 WESTON_LICENSE_FILES = COPYING
 
-WESTON_DEPENDENCIES = wayland libxkbcommon pixman libpng jpeg mtdev udev
+WESTON_DEPENDENCIES = wayland libxkbcommon pixman libpng \
+	jpeg mtdev udev cairo
 WESTON_CONF_OPT = \
 	--disable-egl \
 	--disable-xwayland \


More information about the buildroot mailing list