[oe-commits] Marcin Juszkiewicz : xserver-common: recommend xtscal ( works without it but needs for calibration)

git version control git at git.openembedded.org
Wed Sep 9 14:09:43 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 33dab639015d787725f9589f534161995aca1fce
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=33dab639015d787725f9589f534161995aca1fce

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Wed Sep  9 16:09:59 2009 +0200

xserver-common: recommend xtscal (works without it but needs for calibration)

---

 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 54a5018..797b831 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"





More information about the Openembedded-commits mailing list