mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
mako: enable fish completions.
Also be explicit about other enabled options.
This commit is contained in:
parent
e282aa0ca6
commit
3d1d9b64d1
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
# Template file for 'mako'
|
||||
pkgname=mako
|
||||
version=1.6
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=meson
|
||||
configure_args="-Dzsh-completions=true -Dwerror=false"
|
||||
configure_args="-Dicons=enabled -Dman-pages=enabled -Dzsh-completions=true
|
||||
-Dfish-completions=true -Dwerror=false"
|
||||
hostmakedepends="pkg-config scdoc wayland-devel wayland-protocols"
|
||||
makedepends="wayland-devel wayland-protocols pango-devel cairo-devel
|
||||
basu-devel gdk-pixbuf-devel"
|
||||
|
|
Loading…
Add table
Reference in a new issue