aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-05-11 22:45:55 +0200
committerThomas Zimmermann <zimmermann@vdm-design.de>2011-05-11 23:01:50 +0200
commit1953b848e4e0d5165ab330edb9c8c2ded2b3f15d (patch)
tree73402ab6ad8096aa233f074215b09ec6f7d56553
parentfe3e2b9ad15f255a92d4928726d1ec9d6c412f3c (diff)
downloadopenembedded-1953b848e4e0d5165ab330edb9c8c2ded2b3f15d.tar.gz
foxtrotgps: add `libglade` to `DEPENDS`
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 <paulepanter@users.sourceforge.net>
-rw-r--r--recipes/foxtrotgps/foxtrotgps.inc2
1 files changed, 1 insertions, 1 deletions
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"