librsvg: unbreak build.
This commit is contained in:
parent
829100b80b
commit
ca67800320
1 changed files with 2 additions and 3 deletions
|
@ -4,7 +4,7 @@ version=2.40.7
|
|||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
||||
hostmakedepends="libtool pkg-config intltool python glib-devel gdk-pixbuf-devel $(vopt_if gir gobject-introspection)"
|
||||
hostmakedepends="automake libtool pkg-config intltool python glib-devel gdk-pixbuf-devel gobject-introspection"
|
||||
makedepends="libcroco-devel gtk+3-devel"
|
||||
triggers="gtk-pixbuf-loaders"
|
||||
short_desc="SVG library for GNOME"
|
||||
|
@ -23,8 +23,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
touch aclocal.m4 Makefile.in config.h.in
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
librsvg-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue