diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-13 10:51:37 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-14 02:19:21 +0200 |
commit | de0fdcf23c680ef88c536d43504b999a9720d645 (patch) | |
tree | 37df90e7bdab0885d5c1962ddd2f13db9664f207 | |
parent | 1542ab2397eaffcb4702f87d5f87dea541af79d6 (diff) |
xserver-common_1.33: add xinput-calibrator to SHR RDEPENDS
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/xserver-common/xserver-common_1.33.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xserver-common/xserver-common_1.33.bb b/recipes/xserver-common/xserver-common_1.33.bb index 470bc4c7ab..cb644a41f0 100644 --- a/recipes/xserver-common/xserver-common_1.33.bb +++ b/recipes/xserver-common/xserver-common_1.33.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo" -PR = "r3" +PR = "r4" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" @@ -23,6 +23,7 @@ SRC_URI_append = " file://loop.patch;striplevel=3 \ SRC_URI_append_angstrom = " file://xtscal-fix.patch " RDEPENDS_${PN}_append_angstrom = " tslib-calibrate " +RDEPENDS_${PN}_append_shr = " xinput-calibrator " SRC_URI_append_shr = " file://89xTs_Calibrate.xinput_calibrator.patch \ file://90xXWindowManager.patch \ |