aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-09-09 16:09:59 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-09-09 16:09:59 +0200
commit33dab639015d787725f9589f534161995aca1fce (patch)
tree437bdc0240e90a11900a8f0ab5292357d930d400
parent080009c07fea6c60ef5991c2c5794b6520d9b703 (diff)
downloadopenembedded-33dab639015d787725f9589f534161995aca1fce.tar.gz
xserver-common: recommend xtscal (works without it but needs for calibration)
-rw-r--r--recipes/xserver-common/xserver-common_1.30.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/xserver-common/xserver-common_1.30.bb b/recipes/xserver-common/xserver-common_1.30.bb
index 54a5018212..797b831f7f 100644
--- a/recipes/xserver-common/xserver-common_1.30.bb
+++ b/recipes/xserver-common/xserver-common_1.30.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo"
-PR = "r4"
+RRECOMMENDS_${PN} = "xtscal"
+PR = "r5"
PACKAGE_ARCH = "all"
DEFAULT_PREFERENCE = "-1"