libsoup: disable vala without gir.
This commit is contained in:
parent
d0eeb32672
commit
19790c20f3
|
@ -3,8 +3,8 @@ pkgname=libsoup
|
||||||
version=2.52.1
|
version=2.52.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static $(vopt_enable gir introspection)"
|
configure_args="--disable-static $(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')"
|
||||||
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel vala $(vopt_if gir gobject-introspection)"
|
hostmakedepends="pkg-config intltool glib-devel libtool automake gettext-devel $(vopt_if gir 'gobject-introspection vala-devel')"
|
||||||
makedepends="libglib-devel libxml2-devel sqlite-devel glib-networking"
|
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"
|
||||||
|
|
Loading…
Reference in New Issue