From 3e521148bbec01ccd1818b0a26221ab6342a3299 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 19 Jan 2017 13:48:44 +0000 Subject: sysprof/gst-player/pcmanfm: Add missing glib-2.0-native DEPENDS These recipes use glib-2.0 NLS tools so we need to depend on glib-2.0-native. Signed-off-by: Richard Purdie --- meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-sato') diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb index aab79113d9..75ff7731be 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.2.5.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://src/gseal-gtk-compat.h;endline=21;md5=46922c8691f58d124f9420fe16149ce2" SECTION = "x11" -DEPENDS = "gtk+3 startup-notification libfm intltool-native gettext-native" +DEPENDS = "gtk+3 startup-notification libfm intltool-native gettext-native glib-2.0-native" COMPATIBLE_HOST = '(x86_64.*|i.86.*|aarch64.*|arm.*|mips.*|powerpc.*|sh.*)-(linux|freebsd.*)' -- cgit 1.2.3-korg