[Buildroot] [PATCH 03/11] package/weston: requires host-pkgconf

Yann E. MORIN yann.morin.1998 at free.fr
Tue Oct 8 22:09:49 UTC 2013


From: "Yann E. MORIN" <yann.morin.1998 at free.fr>

weston's configure.ac uses PKG_CHECK_MODULES,
so it needs to depend on host-pkgconf.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
It worked so far since weston depends on packages
that themselves depend on host-pkgconf. But for
sanity, make weston depend on it, too.
---
 package/weston/weston.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index 5d2c829..38647bd 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -10,7 +10,7 @@ WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
 WESTON_LICENSE = MIT
 WESTON_LICENSE_FILES = COPYING
 
-WESTON_DEPENDENCIES = wayland libxkbcommon pixman libpng \
+WESTON_DEPENDENCIES = host-pkgconf wayland libxkbcommon pixman libpng \
 	jpeg mtdev udev cairo
 WESTON_CONF_OPT = \
 	--disable-egl \
-- 
1.8.1.2




More information about the buildroot mailing list