From 1953b848e4e0d5165ab330edb9c8c2ded2b3f15d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 11 May 2011 22:45:55 +0200 Subject: foxtrotgps: 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 GTK... yes checking for GLADE... configure: error: Package requirements (libglade-2.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 GLADE_CFLAGS and GLADE_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. Adding `libglade` to `DEPENDS` fixes this error. This patch is build tested using `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. Signed-off-by: Paul Menzel --- recipes/foxtrotgps/foxtrotgps.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/foxtrotgps/foxtrotgps.inc b/recipes/foxtrotgps/foxtrotgps.inc index 752fa5b948..bef5c2ba0d 100644 --- a/recipes/foxtrotgps/foxtrotgps.inc +++ b/recipes/foxtrotgps/foxtrotgps.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://www.foxtrotgps.org/" SECTION = "x11/applications" LICENSE = "GPLv2" PRIORITY = "optional" -DEPENDS = "curl gtk+ gconf sqlite3 libexif" +DEPENDS = "curl gtk+ gconf libglade sqlite3 libexif" SRC_URI = "http://www.foxtrotgps.org/releases/${P}.tar.gz" -- cgit 1.2.3-korg