aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-qt/qt-apps
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-03 14:26:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-07 14:03:38 +0000
commit837a0cf30491fefb051c036f0cdc0ac661615a9b (patch)
tree03d19c503635367775da7ad1208fc288e13412e7 /meta/recipes-qt/qt-apps
parentc237410bbc177495dab2b12b3a7aa4a75fb61efa (diff)
downloadopenembedded-core-837a0cf30491fefb051c036f0cdc0ac661615a9b.tar.gz
fotowall: disable videocapture since we do not have a webcam
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-qt/qt-apps')
-rw-r--r--meta/recipes-qt/qt-apps/fotowall_0.9.bb4
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 \
file://main.cpp;beginline=6;endline=11;md5=b569acc2bf8974a3082b58fc53b9d8dc"
SECTION = "x11/apps"
-PR = "r1"
+PR = "r2"
DEPENDS = "qt4-x11-free"
RRECOMMENDS_${PN} += "qt4-plugin-imageformat-gif qt4-plugin-imageformat-jpeg qt4-plugin-imageformat-tiff"
@@ -21,6 +21,8 @@ S = "${WORKDIR}/Fotowall-${PV}"
inherit qmake2 pkgconfig
+EXTRA_QMAKEVARS_PRE = "CONFIG+=no-webcam"
+
do_install() {
oe_runmake INSTALL_ROOT=${D} install
}