corebird: fixed cross build.
This commit is contained in:
parent
213069a606
commit
928f4ef221
|
@ -4,7 +4,7 @@ version=0.8
|
|||
revision=1
|
||||
short_desc="Native Gtk+ Twitter Client"
|
||||
hostmakedepends="pkg-config intltool vala glib-devel libgee08-devel
|
||||
autoconf automake libtool intltool"
|
||||
automake libtool intltool gettext-devel"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="GPLv3"
|
||||
homepage="http://corebird.baedert.org/"
|
||||
|
@ -16,7 +16,7 @@ makedepends="gtk+3-devel rest-devel libgee08-devel sqlite-devel
|
|||
build_style="gnu-configure"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -i
|
||||
autoreconf -fi
|
||||
intltoolize -f
|
||||
autoreconf
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue