diff options
author | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-09-09 16:09:59 +0200 |
---|---|---|
committer | Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> | 2009-09-09 16:09:59 +0200 |
commit | 33dab639015d787725f9589f534161995aca1fce (patch) | |
tree | 437bdc0240e90a11900a8f0ab5292357d930d400 /recipes/xserver-common | |
parent | 080009c07fea6c60ef5991c2c5794b6520d9b703 (diff) |
xserver-common: recommend xtscal (works without it but needs for calibration)
Diffstat (limited to 'recipes/xserver-common')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.30.bb | 3 |
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" |