summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc
index 357b0e5c0..691a45cd9 100644
--- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc
+++ b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator.inc
@@ -2,7 +2,11 @@ DESCRIPTION = "A generic touchscreen calibration program for X.Org"
2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator" 2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator"
3LICENSE = "MIT/X11" 3LICENSE = "MIT/X11"
4DEPENDS = "virtual/libx11 libxi" 4DEPENDS = "virtual/libx11 libxi"
5RDEPENDS_${PN} = "xinput pointercal-xinput" 5
6INC_PR = "r7" 6INC_PR = "r8"
7 7
8inherit autotools 8inherit autotools
9
10RDEPENDS_${PN} = "xinput"
11RRECOMMENDS_${PN} = "pointercal-xinput"
12