]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
weston: Add make dependency on cairo
authorWill Newton <will.newton@linaro.org>
Fri, 24 May 2013 13:44:49 +0000 (14:44 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 24 May 2013 22:13:06 +0000 (00:13 +0200)
There's already a config dependency, make sure we build it too.

Signed-off-by: Will Newton <will.newton@linaro.org>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/weston/weston.mk

index 4e7cada488cba45b9bf01552837cf730d2f3fc10..b6827db402b54fb4dfb95922192c2870f914127d 100644 (file)
@@ -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 \