From: Michael Lauer Date: Sun, 26 Aug 2007 12:04:07 +0000 (+0000) Subject: add x11vnc -- exports your X11 session on-the-fly via VNC X-Git-Tag: Release-2010-05/1~8789^2~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779b1325edabf86b40abeb1e26f3704f0cdeea5a;p=openembedded.git add x11vnc -- exports your X11 session on-the-fly via VNC --- diff --git a/packages/x11vnc/.mtn2git_empty b/packages/x11vnc/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/x11vnc/x11vnc_0.9.3.bb b/packages/x11vnc/x11vnc_0.9.3.bb new file mode 100644 index 0000000000..edd165374f --- /dev/null +++ b/packages/x11vnc/x11vnc_0.9.3.bb @@ -0,0 +1,11 @@ +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-62 zlib" + +SRC_URI = "http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz" + +inherit autotools +