All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] weston: Add make dependency on cairo.
@ 2013-05-24 13:46 Will Newton
  2013-05-24 14:22 ` Thomas Petazzoni
  2013-05-24 22:13 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Will Newton @ 2013-05-24 13:46 UTC (permalink / raw)
  To: buildroot

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(-)

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 \
--
1.8.1.4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-weston-Add-make-dependency-on-cairo.patch
Type: application/octet-stream
Size: 925 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130524/b01d813e/attachment.obj>

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] weston: Add make dependency on cairo.
  2013-05-24 13:46 [Buildroot] [PATCH] weston: Add make dependency on cairo Will Newton
@ 2013-05-24 14:22 ` Thomas Petazzoni
  2013-05-24 22:13 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2013-05-24 14:22 UTC (permalink / raw)
  To: buildroot

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>
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] weston: Add make dependency on cairo.
  2013-05-24 13:46 [Buildroot] [PATCH] weston: Add make dependency on cairo Will Newton
  2013-05-24 14:22 ` Thomas Petazzoni
@ 2013-05-24 22:13 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-05-24 22:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Will" == Will Newton <will.newton@gmail.com> writes:

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-24 22:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24 13:46 [Buildroot] [PATCH] weston: Add make dependency on cairo Will Newton
2013-05-24 14:22 ` Thomas Petazzoni
2013-05-24 22:13 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.