mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
libical: fixup template
This commit is contained in:
parent
57c74f341d
commit
0c22b5c04d
1 changed files with 2 additions and 5 deletions
|
@ -4,7 +4,8 @@ version=3.0.6
|
|||
revision=2
|
||||
build_style=cmake
|
||||
build_helper="gir"
|
||||
configure_args="-DICAL_BUILD_DOCS=false"
|
||||
configure_args="-DICAL_BUILD_DOCS=false
|
||||
$(vopt_if gir '-DGOBJECT_INTROSPECTION=true -DICAL_GLIB_VAPI=true')"
|
||||
hostmakedepends="libglib-devel libxml2-devel perl pkg-config $(vopt_if gir vala)"
|
||||
makedepends="libglib-devel libxml2-devel $(vopt_if gir vala-devel)"
|
||||
checkdepends="tzdata"
|
||||
|
@ -21,10 +22,6 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
build_options_default="gir"
|
||||
fi
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
configure_args+=" -DGOBJECT_INTROSPECTION=true -DICAL_GLIB_VAPI=true"
|
||||
fi
|
||||
|
||||
libical-devel_package() {
|
||||
depends="icu-devel ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Add table
Reference in a new issue