Skip to content

Commit

Permalink
harfbuzz: update to 2.9.0 and exclude benchmark and tests in build
Browse files Browse the repository at this point in the history
  • Loading branch information
heitbaum committed Sep 6, 2021
1 parent 7734200 commit a4f763c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/graphics/harfbuzz/package.mk
Expand Up @@ -3,20 +3,22 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)

PKG_NAME="harfbuzz"
PKG_VERSION="2.7.4"
PKG_SHA256="6ad11d653347bd25d8317589df4e431a2de372c0cf9be3543368e07ec23bb8e7"
PKG_VERSION="2.9.0"
PKG_SHA256="3e1c2e1d2c65d56364fd16d1c41a06b2a35795496f78dfff635c2b7414b54c5a"
PKG_LICENSE="GPL"
PKG_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
PKG_URL="https://github.com/harfbuzz/harfbuzz/releases/download/${PKG_VERSION}/harfbuzz-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain cairo freetype glib"
PKG_LONGDESC="HarfBuzz is an OpenType text shaping engine."
PKG_TOOLCHAIN="meson"

PKG_MESON_OPTS_TARGET="-Dcairo=enabled \
PKG_MESON_OPTS_TARGET="-Dbenchmark=disabled \
-Dcairo=enabled \
-Ddocs=disabled \
-Dfontconfig=enabled \
-Dfreetype=enabled \
-Dglib=enabled \
-Dgobject=disabled \
-Dgraphite=disabled \
-Dicu=disabled"
-Dicu=disabled \
-Dtests=disabled"

0 comments on commit a4f763c

Please sign in to comment.