gtk+: fix for libtool>=2.4.6 (cross builds)
This commit is contained in:
parent
08d3bfeb98
commit
0c3ca34bfa
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'gtk+'.
|
# Template build file for 'gtk+'.
|
||||||
pkgname=gtk+
|
pkgname=gtk+
|
||||||
version=2.24.28
|
version=2.24.28
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-man --enable-cups --with-xinput $(vopt_enable gir introspection)"
|
configure_args="--enable-man --enable-cups --with-xinput $(vopt_enable gir introspection)"
|
||||||
short_desc="The GTK+ toolkit (v2)"
|
short_desc="The GTK+ toolkit (v2)"
|
||||||
|
@ -23,9 +23,9 @@ triggers="gtk-immodules"
|
||||||
CFLAGS="-UGDK_PIXBUF_DISABLE_DEPRECATED"
|
CFLAGS="-UGDK_PIXBUF_DISABLE_DEPRECATED"
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" libtool gtk-doc glib-devel gdk-pixbuf-devel gtk-update-icon-cache"
|
hostmakedepends+=" automake libtool gtk-doc glib-devel gdk-pixbuf-devel gtk-update-icon-cache"
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -if
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue