projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ff11c4
)
packages/hplip: add dependency on libtiff (closes: #9072)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 20 Nov 2011 14:51:30 +0000
(14:51 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 20 Nov 2011 14:51:30 +0000
(14:51 +0000)
SVN-Revision: 29280
utils/hplip/Makefile
patch
|
blob
|
history
diff --git
a/utils/hplip/Makefile
b/utils/hplip/Makefile
index 9c44b275f733412f6869d5504c626794afa03389..2e8406a80e4fb6c8b1b2a72b1a29d423ccc9945f 100644
(file)
--- a/
utils/hplip/Makefile
+++ b/
utils/hplip/Makefile
@@
-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