libsoup: fix cross compilation

This commit is contained in:
Enno Boland 2015-09-29 23:41:43 +02:00
parent ebd224e080
commit f8c6de50f6
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
--- configure.ac.orig 2015-09-29 23:38:40.936178713 +0200
+++ configure.ac 2015-09-29 23:38:57.798177451 +0200
@@ -164,6 +164,8 @@ GOBJECT_INTROSPECTION_CHECK([0.9.5])
if test "x$found_introspection" = "xyes"; then
VAPIGEN_CHECK()
+else
+ AM_CONDITIONAL([ENABLE_VAPIGEN], false)
fi
AC_MSG_CHECKING([for glib-networking (glib TLS implementation)])

View File

@ -1,7 +1,7 @@
# Template file for 'libsoup'
pkgname=libsoup
version=2.52.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static $(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel vala"