[oe-commits] Ross Burton : x11vnc: add dependencies for xrandr/xfixes/xdamage/xtst

git at git.openembedded.org git at git.openembedded.org
Thu Sep 12 15:38:46 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 4bca0b8adcac6eebc4466a2eea03de3493bf1cc4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4bca0b8adcac6eebc4466a2eea03de3493bf1cc4

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Sep 11 14:48:19 2013 +0100

x11vnc: add dependencies for xrandr/xfixes/xdamage/xtst

Inspired by a patch by Martin Jansa but with these libraries required, as a VNC
server without them is suboptimal.  Don't add an option for Xinerama as our X
server always disables it.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
index 4b8bed4..0abc84a 100644
--- a/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
+++ b/meta/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f \
                     file://x11vnc/x11vnc.h;endline=33;md5=6f95dc6535467d7ee1563fd434fb372e"
 
-DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib"
+DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib libxfixes libxrandr libxdamage libxtst"
 
 PR = "r0"
 



More information about the Openembedded-commits mailing list