diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-12-23 07:27:40 -0800 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-24 18:37:58 +0100 |
commit | 71dbdd8e3c929aa032847d2296f3e2c680ff56f5 (patch) | |
tree | c714e65b546da7d4bbdee34fb1f5a6a94e29a3f3 /recipes | |
parent | bc5ba3112f9a534c97276566b48c4e667dbf3819 (diff) |
x11vnc: add missing libxinerama dependency
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/vnc/x11vnc_0.9.9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/vnc/x11vnc_0.9.9.bb b/recipes/vnc/x11vnc_0.9.9.bb index f3d706be5b..9982d42510 100644 --- a/recipes/vnc/x11vnc_0.9.9.bb +++ b/recipes/vnc/x11vnc_0.9.9.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.karlrunge.com/x11vnc/" AUTHOR = "Karl Runge" SECTION = "x11/utils" LICENSE = "GPL" -DEPENDS = "openssl virtual/libx11 libxtst libxext avahi jpeg zlib" +DEPENDS = "libxinerama openssl virtual/libx11 libxtst libxext avahi jpeg zlib" SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/x11vnc-${PV}.tar.gz" |