[packages] libvncserver: depends on libjpeg and libpthread
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 00:22:27 +0000 (00:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 00:22:27 +0000 (00:22 +0000)
SVN-Revision: 32318

libs/libvncserver/Makefile

index 3fc35255e2b3deb8d55816bc0970916f810256e3..fedd59fc989f3c7653e621d4b60a9184ff5098e5 100644 (file)
@@ -24,7 +24,7 @@ PKG_INSTALL=1
 define Package/libvncserver
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+zlib $(ICONV_DEPENDS)
+  DEPENDS:=+zlib +libjpeg +libpthread $(ICONV_DEPENDS)
   TITLE:=VNC Server Library
   URL:=http://libvncserver.sourceforge.net/
 endef