summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-30 10:33:32 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-30 10:33:32 +0000
commiteb864c8fa4fb8786dd98a6873f1354afe9be02b1 (patch)
tree3be9ddd2a02bf32a313251c0a8ae50d5d68c592a /meta
parent867741b244c98f0134cfe6b2c9a63102bbe595b6 (diff)
downloadpoky-eb864c8fa4fb8786dd98a6873f1354afe9be02b1.tar.gz
x11vnc: Add fixed version from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3277 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/x11vnc/x11vnc_0.9.3.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/packages/x11vnc/x11vnc_0.9.3.bb b/meta/packages/x11vnc/x11vnc_0.9.3.bb
new file mode 100644
index 0000000000..04ac87b444
--- /dev/null
+++ b/meta/packages/x11vnc/x11vnc_0.9.3.bb
@@ -0,0 +1,11 @@
1DESCRIPTION = "Export your X session on-the-fly via VNC"
2SECTION = "x11/utils"
3HOMEPAGE = "http://www.karlrunge.com/x11vnc/"
4AUTHOR = "Karl Runge"
5LICENSE = "GPL"
6DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib"
7
8SRC_URI = "http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz"
9
10inherit autotools
11