diff mbox

weston: Add make dependency on cairo.

Message ID CAFbHwiSv5n4gR-TgmcvFvEiRPdSy-PxeMb0k+nG3OQxWU16=9Q@mail.gmail.com
State Accepted
Headers show

Commit Message

Will Newton May 24, 2013, 1:46 p.m. UTC
There's already a config dependency, make sure we build it too.

Signed-off-by: Will Newton <will.newton@linaro.org>
---
 package/weston/weston.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
1.8.1.4

Comments

Thomas Petazzoni May 24, 2013, 2:22 p.m. UTC | #1
Dear Will Newton,

On Fri, 24 May 2013 14:46:46 +0100, Will Newton wrote:
> 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>
Peter Korsgaard May 24, 2013, 10:13 p.m. UTC | #2
>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

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

Committed, thanks.
diff mbox

Patch

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 \