aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-02-26 13:55:45 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-26 17:12:22 +0100
commitf40021a4ec8aee03e856e2eaa75432e9ca9a44ec (patch)
tree4d5040084da6a88f0b6b35ee2fd52507e7aa0a18 /meta-oe
parent7f37409e0a7f528df15eef0d44f78ecae0b20f6c (diff)
downloadmeta-openembedded-f40021a4ec8aee03e856e2eaa75432e9ca9a44ec.tar.gz
xinput-calibrator: disable gtk gui explicitly
* if gtk is autodetected then gtkmm, glibmm, libcairomm-1.0-1, libpangomm-1.4-1, libsigc-2.0-0 are pulled to image like here: http://git.shr-project.org/git/?p=buildhistory.git;a=blobdiff;f=images/crespo/eglibc/shr-image/installed-package-names.txt;h=83e1a027de80d97421564226685a74298d2a5b80;hp=470b765b53eb6c795dc9dfb9ea5c30ec19d25f64;hb=0ab60c7419522ef527d744bc0ad756124b9d432a;hpb=21fe622ab8fe123a3a45369440eaaa3785be2516 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
index 0c75293f5a..f0e85cfd8d 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
+++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT-X"
LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc"
DEPENDS = "virtual/libx11 libxi"
-PR = "r1"
+PR = "r2"
inherit autotools
@@ -14,6 +14,9 @@ SRC_URI[sha256sum] = "baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475
S = "${WORKDIR}/xinput_calibrator-${PV}"
+# force native X11 ui as we don't have gtk+ in DEPENDS
+EXTRA_OECONF += "--with-gui=x11"
+
do_install_append() {
install -d ${D}${bindir}
install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh