libsoup: make gobject-introspection a dependency for the host, not target.
This commit is contained in:
parent
41ff70854b
commit
a4b885dd70
|
@ -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>"
|
||||||
|
|
Loading…
Reference in New Issue