From: Yann E. MORIN Date: Tue, 8 Oct 2013 22:09:49 +0000 (+0200) Subject: package/weston: requires host-pkgconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=17a32d31cf7fdebe2656793302cbf65c91545200;p=buildroot.git package/weston: requires host-pkgconf weston's configure.ac uses PKG_CHECK_MODULES, so it needs to depend on host-pkgconf. Signed-off-by: "Yann E. MORIN" Reviewed-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/weston/weston.mk b/package/weston/weston.mk index 5d2c829b3a..38647bd627 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 \