diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-03-10 18:40:57 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2018-03-10 18:40:57 +0200 |
commit | b1ba3b163d6a9de0055166adb839cfc5390b2384 (patch) | |
tree | 9b2a329083cb122757dd1667a39e115f3708588e /libs | |
parent | 0fecfa00e2c96380b3e39157b041465ef58edcaa (diff) |
vips: add giflib dependency
Add dependency to giflib as the buildbot complained about that.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/vips/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/vips/Makefile b/libs/vips/Makefile index c1cb3a884..177814761 100644 --- a/libs/vips/Makefile +++ b/libs/vips/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=vips PKG_VERSION:=8.6.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/jcupitt/libvips/releases/download/v8.6.1/ @@ -29,7 +29,7 @@ define Package/vips TITLE:=An image manipulation library URL:=http://www.vips.ecs.soton.ac.uk/ MAINTAINER:=W. Michael Petullo <mike@flyn.org> - DEPENDS:=+glib2 +libexif +libexpat +libjpeg +libpng +libstdcpp +libxml2 $(INTL_DEPENDS) + DEPENDS:=+glib2 +libexif +libexpat +libjpeg +libpng +giflib +libstdcpp +libxml2 $(INTL_DEPENDS) endef TARGET_LDFLAGS+= \ |