main/glib: add dependencies for building man-pages

This commit is contained in:
Natanael Copa 2018-10-09 16:17:34 +00:00
parent 55bcf3093d
commit ec31399a67

View File

@ -10,7 +10,7 @@ license="GPL"
depends=
triggers="$pkgname.trigger=/usr/share/glib-2.0/schemas:/usr/lib/gio/modules"
depends_dev="perl python2 gettext-dev zlib-dev bzip2-dev libffi-dev
util-linux-dev"
util-linux-dev libxml2-utils libxslt docbook-xml docbook-xsl"
makedepends="$depends_dev pcre-dev autoconf automake libtool"
source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
0001-gquark-fix-initialization-with-c-constructors.patch
@ -36,7 +36,8 @@ build() {
--disable-selinux \
--with-pcre=system \
--with-pic \
--enable-static
--enable-static \
--enable-man
make
}