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
|
version=2.36.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-fam --with-pcre=system --enable-static --enable-man"
|
configure_args="--disable-fam --with-pcre=system --enable-static"
|
||||||
hostmakedepends="pkg-config perl python libxslt docbook-xsl"
|
hostmakedepends="pkg-config perl python libxslt docbook-xsl automake"
|
||||||
makedepends="zlib-devel pcre-devel>=8.30 libffi-devel dbus-devel elfutils-devel"
|
makedepends="zlib-devel pcre-devel>=8.30 libffi-devel dbus-devel elfutils-devel"
|
||||||
short_desc="The GNU library of C routines"
|
short_desc="The GNU library of C routines"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue