From: Marcin Juszkiewicz Date: Wed, 9 Sep 2009 14:09:59 +0000 (+0200) Subject: xserver-common: recommend xtscal (works without it but needs for calibration) X-Git-Tag: Release-2010-05/1~2475 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33dab639015d787725f9589f534161995aca1fce;p=openembedded.git xserver-common: recommend xtscal (works without it but needs for calibration) --- 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"