diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-30 10:33:32 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-30 10:33:32 +0000 |
commit | eb864c8fa4fb8786dd98a6873f1354afe9be02b1 (patch) | |
tree | 3be9ddd2a02bf32a313251c0a8ae50d5d68c592a | |
parent | 867741b244c98f0134cfe6b2c9a63102bbe595b6 (diff) | |
download | openembedded-core-eb864c8fa4fb8786dd98a6873f1354afe9be02b1.tar.gz openembedded-core-eb864c8fa4fb8786dd98a6873f1354afe9be02b1.tar.bz2 openembedded-core-eb864c8fa4fb8786dd98a6873f1354afe9be02b1.zip |
x11vnc: Add fixed version from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3277 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/x11vnc/x11vnc_0.9.3.bb | 11 |
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 @@ +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" + +SRC_URI = "http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz" + +inherit autotools + |