mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
ttfautohint: fix cross-build & rpath
This commit is contained in:
parent
f821989a2c
commit
6b880f614a
1 changed files with 2 additions and 5 deletions
|
@ -3,7 +3,8 @@ pkgname=ttfautohint
|
||||||
version=1.8.3
|
version=1.8.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
build_helper=qmake
|
||||||
|
hostmakedepends="pkg-config qt5-host-tools qt5-qmake perl"
|
||||||
makedepends="freetype-devel harfbuzz-devel qt5-devel"
|
makedepends="freetype-devel harfbuzz-devel qt5-devel"
|
||||||
short_desc="Tools for automated hinting process and finely hand-hinting"
|
short_desc="Tools for automated hinting process and finely hand-hinting"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
|
@ -11,7 +12,3 @@ license="GPL-2.0-only"
|
||||||
homepage="https://www.freetype.org/ttfautohint/"
|
homepage="https://www.freetype.org/ttfautohint/"
|
||||||
distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${version}.tar.gz"
|
distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${version}.tar.gz"
|
||||||
checksum=87bb4932571ad57536a7cc20b31fd15bc68cb5429977eb43d903fa61617cf87e
|
checksum=87bb4932571ad57536a7cc20b31fd15bc68cb5429977eb43d903fa61617cf87e
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" qt5-host-tools qt5-devel"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue