weston: Add make dependency on cairo

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>
This commit is contained in:
Will Newton 2013-05-24 14:44:49 +01:00 committed by Peter Korsgaard
parent 1c3afe4bc1
commit 8f2578d7b7

View 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 \