diff options
Diffstat (limited to 'meta/recipes-qt')
-rw-r--r-- | meta/recipes-qt/qt-apps/fotowall_0.9.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-qt/qt-apps/fotowall_0.9.bb b/meta/recipes-qt/qt-apps/fotowall_0.9.bb index 3cb79a31a2..2e1fbaaec2 100644 --- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb +++ b/meta/recipes-qt/qt-apps/fotowall_0.9.bb | |||
@@ -7,10 +7,7 @@ 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 = "r3" | 10 | PR = "r4" |
11 | |||
12 | DEPENDS = "qt4-x11-free" | ||
13 | RRECOMMENDS_${PN} += "qt4-plugin-imageformat-gif qt4-plugin-imageformat-jpeg qt4-plugin-imageformat-tiff" | ||
14 | 11 | ||
15 | SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2 \ | 12 | SRC_URI = "http://qt-apps.org/CONTENT/content-files/71316-Fotowall-0.9.tar.bz2 \ |
16 | file://ExportWizard-depends-on-ui_wizard.patch \ | 13 | file://ExportWizard-depends-on-ui_wizard.patch \ |
@@ -21,10 +18,13 @@ SRC_URI[sha256sum] = "e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046d | |||
21 | 18 | ||
22 | S = "${WORKDIR}/Fotowall-${PV}" | 19 | S = "${WORKDIR}/Fotowall-${PV}" |
23 | 20 | ||
24 | inherit qmake2 pkgconfig | 21 | inherit qt4x11 |
25 | 22 | ||
26 | EXTRA_QMAKEVARS_PRE = "CONFIG+=no-webcam" | 23 | EXTRA_QMAKEVARS_PRE = "CONFIG+=no-webcam" |
27 | 24 | ||
28 | do_install() { | 25 | do_install() { |
29 | oe_runmake INSTALL_ROOT=${D} install | 26 | oe_runmake INSTALL_ROOT=${D} install |
30 | } | 27 | } |
28 | |||
29 | # Ensure we have some plugins for some useful image formats | ||
30 | RRECOMMENDS_${PN} += "qt4-plugin-imageformat-gif qt4-plugin-imageformat-jpeg qt4-plugin-imageformat-tiff" | ||