libsoup: make gobject-introspection a dependency for the host, not target.

This commit is contained in:
Juan RP 2015-09-30 04:39:07 +02:00
parent 41ff70854b
commit a4b885dd70
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ version=2.52.0
revision=2 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static $(vopt_enable gir introspection)" configure_args="--disable-static $(vopt_enable gir introspection)"
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel vala" hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel vala $(vopt_if gir gobject-introspection)"
makedepends="libglib-devel libxml2-devel sqlite-devel glib-networking $(vopt_if gir gobject-introspection)" makedepends="libglib-devel libxml2-devel sqlite-devel glib-networking"
depends="glib-networking" depends="glib-networking"
short_desc="HTTP library implementation in C" short_desc="HTTP library implementation in C"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"