From: Kirtika Ruchandani Date: Sun, 28 Jun 2009 10:06:24 +0000 (+0530) Subject: Make it bitbake-able without the -b switch by correcting DEPENDS variables X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=8d0c2d80c31fcc4be421561704b38883687e486b;p=oespirit1 Make it bitbake-able without the -b switch by correcting DEPENDS variables --- diff --git a/hildon-theme-tools_0.5.2.bb b/hildon-theme-tools_0.5.2.bb index 23b4e4a..4b6484c 100644 --- a/hildon-theme-tools_0.5.2.bb +++ b/hildon-theme-tools_0.5.2.bb @@ -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"