glib: fix native build (needs automake wtf).
This commit is contained in:
parent
eab1dcb4e3
commit
a925550b1f
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ pkgname=glib
|
|||
version=2.36.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-fam --with-pcre=system --enable-static --enable-man"
|
||||
hostmakedepends="pkg-config perl python libxslt docbook-xsl"
|
||||
configure_args="--disable-fam --with-pcre=system --enable-static"
|
||||
hostmakedepends="pkg-config perl python libxslt docbook-xsl automake"
|
||||
makedepends="zlib-devel pcre-devel>=8.30 libffi-devel dbus-devel elfutils-devel"
|
||||
short_desc="The GNU library of C routines"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in a new issue