Op 21 sep 2008, om 13:31 heeft Junqian Gordon Xu het volgende geschreven:
On 09/21/2008 05:33 AM, Koen Kooi wrote:Op 21 sep 2008, om 12:19 heeft Dmitry Artamonow het volgende geschreven: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:Acked-by: Koen Kooi <[EMAIL PROTECTED]>The attached new patch aligns stable with dev's 0.9.4 version.
Nice work! Acked-by: Koen Kooi <[EMAIL PROTECTED]>
Regards Gordon # # old_revision [67631f88c885236827f76ed52cb712cd95ac7d52] # # rename "packages/x11vnc/x11vnc_0.9.3.bb" # to "packages/x11vnc/x11vnc_0.9.4.bb" # # patch "packages/x11vnc/x11vnc_0.9.4.bb" # from [aa732c8e4a44358ecadf82dfb92bfb011ab2bd20] # to [8f5f7591e081b0ba8ba9b5462c099b270b7eab2e] # ============================================================--- packages/x11vnc/x11vnc_0.9.3.bb aa732c8e4a44358ecadf82dfb92bfb011ab2bd20 +++ packages/x11vnc/x11vnc_0.9.4.bb 8f5f7591e081b0ba8ba9b5462c099b270b7eab2e@@ -1,11 +1,12 @@ DESCRIPTION = "Export your X session on- DESCRIPTION = "Export your X session on-the-fly via VNC" -SECTION = "x11/utils" HOMEPAGE = "http://www.karlrunge.com/x11vnc/" AUTHOR = "Karl Runge" +SECTION = "x11/utils" LICENSE = "GPL" -DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib" +DEPENDS = "openssl virtual/libx11 libxtst libxext avahi jpeg zlib" -SRC_URI = "http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz" +PR = "r0" -inherit autotools +SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz" +inherit autotools _______________________________________________ Openembedded-stablebranch mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Openembedded-stablebranch mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-stablebranch
