diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = mingw-w64-pango pkgdesc = A library for layout and rendering of text (mingw-w64) pkgver = 1.42.1+4+g5d46e21d - pkgrel = 2 + pkgrel = 3 url = http://www.pango.org arch = any license = LGPL @@ -15,6 +15,7 @@ pkgbase = mingw-w64-pango depends = mingw-w64-fontconfig depends = mingw-w64-freetype2 depends = mingw-w64-cairo + optdepends = mingw-w64-libthai: libthai support options = !strip options = staticlibs options = !buildflags @@ -6,7 +6,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32" pkgname=mingw-w64-pango pkgver=1.42.1+4+g5d46e21d -pkgrel=2 +pkgrel=3 pkgdesc="A library for layout and rendering of text (mingw-w64)" arch=('any') url="http://www.pango.org" @@ -16,6 +16,7 @@ depends=('mingw-w64-harfbuzz' 'mingw-w64-fontconfig' 'mingw-w64-freetype2' 'mingw-w64-cairo') +optdepends=('mingw-w64-libthai: libthai support') makedepends=('gtk-doc' 'gobject-introspection' 'mingw-w64-meson' |