main/pango: add font to depends_dev

should not affect anything at runtime, but pango errors without a
loadable font for now, in tests/build time, when used

fixes #13686
This commit is contained in:
psykose 2022-04-14 02:43:35 +00:00
parent ca81bd6ecf
commit 6ef00c480a
No known key found for this signature in database

View File

@ -3,12 +3,12 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=pango
pkgver=1.50.5
pkgrel=0
pkgrel=1
pkgdesc="library for layout and rendering of text"
url="https://www.pango.org/"
arch="all"
license="LGPL-2.1-or-later"
depends_dev="pango-tools=$pkgver-r$pkgrel"
depends_dev="pango-tools=$pkgver-r$pkgrel ttf-droid"
makedepends="meson cairo-dev expat-dev gobject-introspection-dev help2man
fontconfig-dev glib-dev harfbuzz-dev libxft-dev fribidi-dev
gtk-doc"