diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-02 09:45:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-02 09:45:43 +0000 |
commit | 60ec12d7d56354a2e3367a3f867bf11c02163000 (patch) | |
tree | b29332400c6f1bcd350d7ae8a823ff0abe194dc6 | |
parent | 2829956ca475be64def70baa8e50333e0737bac4 (diff) |
libhildonhelp: correct DEPENDS
-rw-r--r-- | packages/maemo3/libhildonhelp_1.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/maemo3/libhildonhelp_1.9.1.bb b/packages/maemo3/libhildonhelp_1.9.1.bb index b04efe2660..43d4c15d2e 100644 --- a/packages/maemo3/libhildonhelp_1.9.1.bb +++ b/packages/maemo3/libhildonhelp_1.9.1.bb @@ -1,7 +1,7 @@ LICENSE = "LGPL" DESCRIPTION = "Nokia hildon help library" -DEPENDS = "libart libpng jpeg libxml2 gtkhtml-3.8 libosso" +DEPENDS = "libart-lgpl libpng jpeg libxml2 gtkhtml-3.8 libosso" PR = "r0" |