glib: needs gettext in host

This commit is contained in:
Juan RP 2019-12-28 18:18:47 +01:00
parent 1f21e87772
commit 28a782efe9
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ revision=1
build_style=meson
configure_args="-Dfam=false -Dman=true -Dselinux=disabled
-Dgtk_doc=$(vopt_if gtk_doc true false)"
hostmakedepends="pkg-config libxslt docbook-xsl $(vopt_if gtk_doc gtk-doc)"
hostmakedepends="gettext pkg-config libxslt docbook-xsl $(vopt_if gtk_doc gtk-doc)"
makedepends="zlib-devel pcre-devel libffi-devel dbus-devel elfutils-devel libmount-devel"
checkdepends="desktop-file-utils shared-mime-info tzdata"
short_desc="GNU library of C routines"