mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/glib: add dependencies for building man-pages
This commit is contained in:
parent
55bcf3093d
commit
ec31399a67
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user