Signed-off-by: Otavio Salvador <[email protected]> --- 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..d1375fd 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 += "xprop" SECTION = "x11/network" LICENSE = "Apache-2.0" -INC_PR = "r5" +INC_PR = "r6" inherit pkgconfig autotools -- 1.7.2.3 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
