diff options
author | Ross Burton <ross.burton@intel.com> | 2013-09-11 14:48:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-11 23:35:44 +0100 |
commit | 4540f6f6cb5cf3fc1e343e358a083447a74ced5b (patch) | |
tree | 7c628de89b27fd4955ee351a9596ebbb59683c3f /meta/recipes-graphics/x11vnc | |
parent | 4496e34aaf2c177c32d9ec8e5d7f459cfaf744e6 (diff) | |
download | poky-4540f6f6cb5cf3fc1e343e358a083447a74ced5b.tar.gz |
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.
(From OE-Core rev: 4bca0b8adcac6eebc4466a2eea03de3493bf1cc4)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/x11vnc')
-rw-r--r-- | 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 4b8bed4331..0abc84ad2d 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+" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f \ |
8 | file://x11vnc/x11vnc.h;endline=33;md5=6f95dc6535467d7ee1563fd434fb372e" | 8 | file://x11vnc/x11vnc.h;endline=33;md5=6f95dc6535467d7ee1563fd434fb372e" |
9 | 9 | ||
10 | DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib" | 10 | DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib libxfixes libxrandr libxdamage libxtst" |
11 | 11 | ||
12 | PR = "r0" | 12 | PR = "r0" |
13 | 13 | ||