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 /meta | |
parent | 867741b244c98f0134cfe6b2c9a63102bbe595b6 (diff) | |
download | poky-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.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 @@ | |||
1 | DESCRIPTION = "Export your X session on-the-fly via VNC" | ||
2 | SECTION = "x11/utils" | ||
3 | HOMEPAGE = "http://www.karlrunge.com/x11vnc/" | ||
4 | AUTHOR = "Karl Runge" | ||
5 | LICENSE = "GPL" | ||
6 | DEPENDS = "openssl virtual/libx11 libxext avahi jpeg zlib" | ||
7 | |||
8 | SRC_URI = "http://www.karlrunge.com/x11vnc/x11vnc-0.9.3.tar.gz" | ||
9 | |||
10 | inherit autotools | ||
11 | |||