From: Jo-Philipp Wich Date: Wed, 13 Jun 2012 00:22:27 +0000 (+0000) Subject: [packages] libvncserver: depends on libjpeg and libpthread X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=dfca0b6b6ff9a232963f8ba9cd0151a70298a54c;p=openwrt%2Fsvn-archive%2Farchive.git [packages] libvncserver: depends on libjpeg and libpthread SVN-Revision: 32318 --- diff --git a/libs/libvncserver/Makefile b/libs/libvncserver/Makefile index 3fc35255e2..fedd59fc98 100644 --- a/libs/libvncserver/Makefile +++ b/libs/libvncserver/Makefile @@ -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