Make it bitbake-able without the -b switch by correcting DEPENDS variables
authorKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 10:06:24 +0000 (15:36 +0530)
committerKirtika Ruchandani <kirtibr@gmail.com>
Sun, 28 Jun 2009 10:06:24 +0000 (15:36 +0530)
hildon-theme-tools_0.5.2.bb

index 23b4e4a..4b6484c 100644 (file)
@@ -5,7 +5,7 @@ DESCRIPTION = "Tools for developing hildon themes"
 HOMEPAGE = "http://maemo.org"
 LICENSE = "GPL"
 SECTION = "base/ui"
-DEPENDS = "libgtk2.0"
+DEPENDS = "gtk+"
 PR = "r1"
 
 SRC_URI = "http://repository.maemo.org/pool/fremantle/free/h/${PN}/${PN}_${PV}-1.tar.gz"