diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 11:42:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-11 11:42:58 +0200 |
commit | 633388aa0d49b87d723ed7475e434a514bd391bd (patch) | |
tree | f1c3ff55066d4632665569c2203d9336d1522ffc /package/harfbuzz | |
parent | 5fd4ed6e780f365e56c4b67172cf08ddd8221cc1 (diff) |
add latest version of firefox, update dependencies and fix nss package to include all necessary libraries for https support, tested only in qemu-i686 glibc for now
Diffstat (limited to 'package/harfbuzz')
-rw-r--r-- | package/harfbuzz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/harfbuzz/Makefile b/package/harfbuzz/Makefile index 4a0fae856..a491fef14 100644 --- a/package/harfbuzz/Makefile +++ b/package/harfbuzz/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:= harfbuzz PKG_VERSION:= 0.9.9 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= e901ffe556d706b7d43b272f83be7f09 PKG_DESCR:= OpenType text shaping engine PKG_SECTION:= libs PKG_SITES:= http://www.freedesktop.org/software/harfbuzz/release/ -PKG_DEPENDS:= libstdcxx -PKG_BUILDDEP:= libstdcxx +PKG_DEPENDS:= libstdcxx cairo +PKG_BUILDDEP:= libstdcxx cairo DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 |