x11vnc: add missing libxinerama dependency
authorSteve Sakoman <steve@sakoman.com>
Wed, 23 Dec 2009 15:27:40 +0000 (07:27 -0800)
committerKoen Kooi <koen@openembedded.org>
Thu, 24 Dec 2009 17:37:58 +0000 (18:37 +0100)
recipes/vnc/x11vnc_0.9.9.bb

index f3d706b..9982d42 100644 (file)
@@ -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"