[packages] libvncserver: depends on libjpeg and libpthread

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32318 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-06-13 00:22:27 +00:00
parent d448356e87
commit 024e80ff21

View 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