libchamplain: relibtoolize to unbreak cross compilation.
This commit is contained in:
parent
14751ac442
commit
68d9608de6
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@ version=0.12.11
|
|||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection) --disable-static"
|
||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
hostmakedepends="libtool pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libsoup-gnome-devel gtk+3-devel clutter-gtk-devel sqlite-devel"
|
||||
short_desc="Library aimed to provide a Clutter widget to display rasterized maps"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -21,6 +21,10 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
}
|
||||
|
||||
libchamplain-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue