package/weston: requires host-pkgconf
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 8 Oct 2013 22:09:49 +0000 (00:09 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 9 Oct 2013 21:07:16 +0000 (23:07 +0200)
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@free.fr>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/weston/weston.mk

index 5d2c829b3a5c605b6cc5a68aad60d44d0bc1f855..38647bd6278f152ac6b62bfa38c926e82903ac80 100644 (file)
@@ -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 \