From af688b6dba3a98b133ea8279aaf73d3be60e894a Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 23 May 2011 14:32:12 +0200 Subject: avahi-ui: add `libglade` to `DEPENDS` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task configure fails with the following error message. […] checking for GTK20... yes checking for GLADE20... configure: error: Package requirements ( libglade-2.0 >= 2.4.0 ) were not met: No package 'libglade-2.0' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GLADE20_CFLAGS and GLADE20_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Adding `libglade` to `DEPENDS` fixes this issue. This patch is tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel --- recipes/avahi/avahi-ui_0.6.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/avahi/avahi-ui_0.6.25.bb b/recipes/avahi/avahi-ui_0.6.25.bb index 6ae35ef33b..268ec37f42 100644 --- a/recipes/avahi/avahi-ui_0.6.25.bb +++ b/recipes/avahi/avahi-ui_0.6.25.bb @@ -1,7 +1,7 @@ require avahi.inc PR = "${INC_PR}.0" -DEPENDS += "avahi gtk+" +DEPENDS += "avahi gtk+ libglade" AVAHI_GTK = "--enable-gtk" -- cgit 1.2.3-korg