From 271f35fb209ec29700c2cdf13c0b82d9f853f24d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Apr 2016 13:11:24 +0100 Subject: meta: add missing intltool-native dependency Recipes that use intltool need to depend on intltool-native. Signed-off-by: Ross Burton --- meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb') diff --git a/meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb b/meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb index 495894b899..6f09533d2b 100644 --- a/meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb +++ b/meta/recipes-gnome/libwnck/libwnck3_3.14.1.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" BPN = "libwnck" SECTION = "x11/libs" -DEPENDS = "gtk+3 gdk-pixbuf-native libxres" +DEPENDS = "intltool-native gtk+3 gdk-pixbuf-native libxres" PACKAGECONFIG ??= "startup-notification" PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" @@ -17,4 +17,3 @@ SRC_URI[archive.sha256sum] = "bb643c9c423c8aa79c59973ce27ce91d3b180d1e9907902278 inherit distro_features_check # libxres means x11 only REQUIRED_DISTRO_FEATURES = "x11" - -- cgit 1.2.3-korg