mako: enable fish completions.

Also be explicit about other enabled options.
This commit is contained in:
Érico Nogueira 2021-07-21 16:55:21 -03:00
parent e282aa0ca6
commit 3d1d9b64d1

View file

@ -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"