diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-02-26 13:55:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-26 17:12:22 +0100 |
commit | f40021a4ec8aee03e856e2eaa75432e9ca9a44ec (patch) | |
tree | 4d5040084da6a88f0b6b35ee2fd52507e7aa0a18 | |
parent | 7f37409e0a7f528df15eef0d44f78ecae0b20f6c (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb | 5 |
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 0c75293f5..f0e85cfd8 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" | |||
4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" | 4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" |
5 | DEPENDS = "virtual/libx11 libxi" | 5 | DEPENDS = "virtual/libx11 libxi" |
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | inherit autotools | 9 | inherit autotools |
10 | 10 | ||
@@ -14,6 +14,9 @@ SRC_URI[sha256sum] = "baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475 | |||
14 | 14 | ||
15 | S = "${WORKDIR}/xinput_calibrator-${PV}" | 15 | S = "${WORKDIR}/xinput_calibrator-${PV}" |
16 | 16 | ||
17 | # force native X11 ui as we don't have gtk+ in DEPENDS | ||
18 | EXTRA_OECONF += "--with-gui=x11" | ||
19 | |||
17 | do_install_append() { | 20 | do_install_append() { |
18 | install -d ${D}${bindir} | 21 | install -d ${D}${bindir} |
19 | install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh | 22 | install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh |