diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-09-15 09:16:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-15 09:16:36 -0700 |
commit | 4d163eafa85b792fa79d1c52e7cbc56dea5aa91d (patch) | |
tree | 2cf37e9582e142bfa734578209c9886bdc3a3ef0 /libs | |
parent | 9c13836aface810b56811906e271084e99364ed6 (diff) | |
parent | 8fdadfd5eef89f0386a7cfdd6ad1b97dc7982b9d (diff) |
Merge pull request #9987 from neheb/lept
leptonica: Add missing libwebp dependency
Diffstat (limited to 'libs')
-rw-r--r-- | libs/leptonica/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/leptonica/Makefile b/libs/leptonica/Makefile index 4c553199a..6fff834e9 100644 --- a/libs/leptonica/Makefile +++ b/libs/leptonica/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=leptonica PKG_VERSION:=1.78.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.leptonica.org/source/ @@ -30,7 +30,7 @@ define Package/libleptonica CATEGORY:=Libraries TITLE:=A library for efficient image processing and image analysis operations URL:=http://www.leptonica.org/ - DEPENDS:=+giflib +libjpeg +libpng +libtiff +zlib + DEPENDS:=+giflib +libjpeg +libpng +libtiff +libwebp +zlib endef TARGET_CFLAGS:=$(filter-out -O%,$(TARGET_CFLAGS)) -O3 |