diff options
| -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 c5c751d9ac..52dd727351 100644 --- a/meta/recipes-qt/qt-apps/fotowall_0.9.bb +++ b/meta/recipes-qt/qt-apps/fotowall_0.9.bb | |||
| @@ -7,7 +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 = "r1" | 10 | PR = "r2" |
| 11 | 11 | ||
| 12 | DEPENDS = "qt4-x11-free" | 12 | DEPENDS = "qt4-x11-free" |
| 13 | RRECOMMENDS_${PN} += "qt4-plugin-imageformat-gif qt4-plugin-imageformat-jpeg qt4-plugin-imageformat-tiff" | 13 | RRECOMMENDS_${PN} += "qt4-plugin-imageformat-gif qt4-plugin-imageformat-jpeg qt4-plugin-imageformat-tiff" |
| @@ -21,6 +21,8 @@ S = "${WORKDIR}/Fotowall-${PV}" | |||
| 21 | 21 | ||
| 22 | inherit qmake2 pkgconfig | 22 | inherit qmake2 pkgconfig |
| 23 | 23 | ||
| 24 | EXTRA_QMAKEVARS_PRE = "CONFIG+=no-webcam" | ||
| 25 | |||
| 24 | do_install() { | 26 | do_install() { |
| 25 | oe_runmake INSTALL_ROOT=${D} install | 27 | oe_runmake INSTALL_ROOT=${D} install |
| 26 | } | 28 | } |
