diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-25 09:24:29 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-27 15:27:59 +0200 |
commit | fa32ebe81050abf55f73f8431f6529362f3080d7 (patch) | |
tree | 5c1d107272cf4625092dd2666e7071ba69afce6e /recipes/xserver-common/xserver-common_1.33.bb | |
parent | ea69e240f8e91a3583c7a996412e5c8ca5bc7375 (diff) |
xserver-common: use only xinput_calibrator for calibration (used only for SHR)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.33.bb')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.33.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xserver-common/xserver-common_1.33.bb b/recipes/xserver-common/xserver-common_1.33.bb index f1fcfc337a..470bc4c7ab 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 = "r2" +PR = "r3" PACKAGE_ARCH = "all" DEFAULT_PREFERENCE = "-1" |