harfbuzz: add temporary libxml2-devel to fix ICU ordering

this is a dependency of cairo-devel -> libdrm -> libGL -> libllvm6 ->
libxml2.
This commit is contained in:
maxice8 2018-09-02 21:59:15 -03:00
parent 8e73a54e5c
commit 4ed8133192
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ changelog="https://raw.githubusercontent.com/harfbuzz/harfbuzz/master/NEWS"
distfiles="${FREEDESKTOP_SITE}/harfbuzz/release/${pkgname}-${version}.tar.bz2"
checksum=a8e5c86e4d99e1cc9865ec1b8e9b05b98e413c2a885cd11f8e9bb9502dd3e3a9
# XXX: Remove once ICU rebuild is finished
makedepends+=" libxml2-devel"
pre_configure() {
autoreconf -fi
}