[oe-commits] Otavio Salvador : freerdp: rdepends on xprop

git version control git at git.openembedded.org
Wed Mar 2 07:32:58 UTC 2011


Module: openembedded.git
Branch: hipox
Commit: 8490551663f6884be78b2e4a0962ceb616cfabed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8490551663f6884be78b2e4a0962ceb616cfabed

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Tue Mar  1 01:28:22 2011 +0000

freerdp: rdepends on xprop

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Acked-by: Phil Blundell <philb at gnu.org>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/freerdp/freerdp.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/freerdp/freerdp.inc b/recipes/freerdp/freerdp.inc
index c75175e..0690d6e 100644
--- a/recipes/freerdp/freerdp.inc
+++ b/recipes/freerdp/freerdp.inc
@@ -4,10 +4,11 @@
 DESCRIPTION = "FreeRDP RDP client"
 HOMEPAGE = "http://freerdp.sourceforge.net"
 DEPENDS = "virtual/libx11 openssl libxcursor cups alsa-lib"
+RDEPENDS_${PN} += "xprop"
 SECTION = "x11/network"
 LICENSE = "Apache-2.0"
 
-INC_PR = "r5"
+INC_PR = "r6"
 
 inherit pkgconfig autotools
 





More information about the Openembedded-commits mailing list