mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
libgweather: fix cross building
Fix a possible typo: $(vopt_enable ...) doesn't expect true/false parameters, but $(vopt_if ...) does.
This commit is contained in:
parent
f4cd3ccb49
commit
607a7e34a9
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libgweather'
|
# Template file for 'libgweather'
|
||||||
pkgname=libgweather
|
pkgname=libgweather
|
||||||
version=3.16.1
|
version=3.16.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
configure_args="$(vopt_enable gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')
|
configure_args="$(vopt_if gir '--enable-introspection --enable-vala' '--disable-introspection --disable-vala')
|
||||||
--disable-schemas-compile --enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
|
--disable-schemas-compile --enable-locations-compression --with-zoneinfo-dir=/usr/share/zoneinfo"
|
||||||
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir 'gobject-introspection vala-devel')"
|
hostmakedepends="pkg-config intltool glib-devel $(vopt_if gir 'gobject-introspection vala-devel')"
|
||||||
makedepends="libxml2-devel libsoup-gnome-devel gtk+3-devel geocode-glib-devel"
|
makedepends="libxml2-devel libsoup-gnome-devel gtk+3-devel geocode-glib-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue