diff options
author | Michael Lauer <mickey@vanille-media.de> | 2007-10-29 08:47:40 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2007-10-29 08:47:40 +0000 |
commit | c6237dd2ee7e64b5c776bb9177538c4f29d56df0 (patch) | |
tree | 508d01a7e831995056894d66a146978bbe0761e6 | |
parent | b568094eb7504079eb9cc8448cecbf5c67839397 (diff) |
openmoko-icon-theme-standard2-qvga: don't implicitly assume the buildmachine
supports imagemagick and rsvg. at least, have the user explicitly ASSUME_PROVIDED that
-rw-r--r-- | packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb b/packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb index 11e02ee56c..a02e05c1d2 100644 --- a/packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb +++ b/packages/openmoko2/openmoko-icon-theme-standard2-qvga_svn.bb @@ -1,7 +1,8 @@ DESCRIPTION = "Standard Gtk+ icon theme for the OpenMoko framework, QVGA edition" SECTION = "openmoko/base" +DEPENDS = "imagemagick-native librsvg-native" PV = "0.1.0+svnr${SRCREV}" -PR = "r1" +PR = "r2" inherit openmoko2 |