From dfca0b6b6ff9a232963f8ba9cd0151a70298a54c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 13 Jun 2012 00:22:27 +0000 Subject: [PATCH] [packages] libvncserver: depends on libjpeg and libpthread SVN-Revision: 32318 --- libs/libvncserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2