packages/hplip: add dependency on libtiff (closes: #9072)
authorNicolas Thill <nico@openwrt.org>
Sun, 20 Nov 2011 14:51:30 +0000 (14:51 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 20 Nov 2011 14:51:30 +0000 (14:51 +0000)
SVN-Revision: 29280

utils/hplip/Makefile

index 9c44b275f733412f6869d5504c626794afa03389..2e8406a80e4fb6c8b1b2a72b1a29d423ccc9945f 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hplip
 PKG_VERSION:=3.9.12
-PKG_RELEASE:=3
+PKG_RELEASE:=4
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/hplip
@@ -25,7 +25,7 @@ define Package/hplip
   CATEGORY:=Utilities
   TITLE:=HP Linux Imaging and Printing
   URL:=http://sourceforge.net/projects/hplip/
-  DEPENDS+=+libjpeg +sane-libs +cups +libusb
+  DEPENDS+=+libjpeg +libtiff +libusb +cups +sane-libs
 endef
 
 define Package/hplip/description