On 09/21/2008 05:19 AM, Dmitry Artamonow wrote:
Let's backport fix for #4282 into stable branch, so we can
close this bug finally. In brief - x11vnc misses libxtst dep and
being built without it works in view-only mode. See the bug for
more details. Here's the patch:
#
# old_revision [97f6800e7228874b1f13f700a43a88bb5c10a4bb]
#
# patch "packages/x11vnc/x11vnc_0.9.3.bb"
# from [aa732c8e4a44358ecadf82dfb92bfb011ab2bd20]
# to [8b2ddc19d848a08b790ef8b13528b039fb723b5b]
#
============================================================
--- packages/x11vnc/x11vnc_0.9.3.bb aa732c8e4a44358ecadf82dfb92bfb011ab2bd20
+++ packages/x11vnc/x11vnc_0.9.3.bb 8b2ddc19d848a08b790ef8b13528b039fb723b5b
@@ -1,9 +1,9 @@ LICENSE = "GPL"
DESCRIPTION = "Export your X session on-the-fly via VNC"
SECTION = "x11/utils"
HOMEPAGE = "http://www.karlrunge.com/x11vnc/"
AUTHOR = "Karl Runge"
LICENSE = "GPL"
-DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib"
+DEPENDS = "openssl virtual/libx11 libxext libxtst avahi jpeg zlib"
SRC_URI = "http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz"
Dmitry,
Looks good, except use ${PV} in SRC_URI and add PR.
I'm also wondering whether we should bump to 0.9.4 (lastest stable
release) instead, which builds fine in dev.
You don't need to prepare a patch again. I will take over this issue.
Regards
Gordon
_______________________________________________
Openembedded-stablebranch mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch