mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
amtk: build introspection and docs
This commit is contained in:
parent
643353ee64
commit
a13077b9fe
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'amtk'
|
||||
pkgname=amtk
|
||||
version=5.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
configure_args="$(vopt_bool gir gobject_introspection) $(vopt_bool gtk_doc)"
|
||||
|
@ -18,7 +18,7 @@ build_options="gir gtk_doc"
|
|||
build_options_default="gir"
|
||||
|
||||
if ! [ "$CROSS_BUILD" ]; then
|
||||
build_options_default+="gtk_doc"
|
||||
build_options_default+=" gtk_doc"
|
||||
fi
|
||||
|
||||
amtk-devel_package() {
|
||||
|
|
Loading…
Add table
Reference in a new issue