From 71dbdd8e3c929aa032847d2296f3e2c680ff56f5 Mon Sep 17 00:00:00 2001 From: Steve Sakoman Date: Wed, 23 Dec 2009 07:27:40 -0800 Subject: x11vnc: add missing libxinerama dependency --- recipes/vnc/x11vnc_0.9.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/vnc') 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" -- cgit 1.2.3-korg