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:
parent
1c3afe4bc1
commit
8f2578d7b7
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user