diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2010-12-22 18:18:05 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 16:14:17 +0000 |
commit | ba3e466d8c4836499d549c36489d778846b26673 (patch) | |
tree | 2cb42b619fa94b25bbd9795adc44b0a9ae102388 | |
parent | 6a3b7c65e92954f4b461294e67e69803ed28f829 (diff) | |
download | poky-ba3e466d8c4836499d549c36489d778846b26673.tar.gz |
fotowall: fix runtime Qt4 dependencies
Fix the runtime dependencies of fotowall so it doesn't drag in the whole of
Qt4. As a bonus the appropriate Qt image plugins for loading jpeg, gif & tiff
files are now installed with fotowall making it actually usable.
Fixes [BUGID: #524]
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r-- | meta/recipes-qt/qt-apps/fotowall_0.9.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/meta/recipes-qt/qt-apps/fotowall_0.9.bb index 30dca4eebd..c5c751d9ac 100644 --- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb +++ b/meta/recipes-qt/qt-apps/fotowall_0.9.bb | |||
@@ -7,8 +7,10 @@ LIC_FILES_CHKSUM = "file://GPL_V2;md5=79808397c3355f163c012616125c9e26 \ | |||
7 | file://main.cpp;beginline=6;endline=11;md5=b569acc2bf8974a3082b58fc53b9d8dc" | 7 | file://main.cpp;beginline=6;endline=11;md5=b569acc2bf8974a3082b58fc53b9d8dc" |
8 | SECTION = "x11/apps" | 8 | SECTION = "x11/apps" |
9 | 9 | ||
10 | PR = "r1" | ||
11 | |||
10 | DEPENDS = "qt4-x11-free" | 12 | DEPENDS = "qt4-x11-free" |
11 | RDEPENDS = "qt4-x11-free" | 13 | RRECOMMENDS_${PN} += "qt4-plugin-imageformat-gif qt4-plugin-imageformat-jpeg qt4-plugin-imageformat-tiff" |
12 | 14 | ||
13 | SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2" | 15 | SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2" |
14 | 16 | ||