mako: add scdoc to makedepends

Ideally, figure a way to tell meson to find scdoc in build not
host/target.
This commit is contained in:
Đoàn Trần Công Danh 2021-07-22 10:23:31 +07:00
parent 5554ed8e3d
commit c93c60d17d

View file

@ -7,7 +7,7 @@ configure_args="-Dicons=enabled -Dman-pages=enabled -Dzsh-completions=true
-Dfish-completions=true -Dwerror=false" -Dfish-completions=true -Dwerror=false"
hostmakedepends="pkg-config scdoc wayland-devel wayland-protocols" hostmakedepends="pkg-config scdoc wayland-devel wayland-protocols"
makedepends="wayland-devel wayland-protocols pango-devel cairo-devel makedepends="wayland-devel wayland-protocols pango-devel cairo-devel
basu-devel gdk-pixbuf-devel" basu-devel gdk-pixbuf-devel scdoc"
short_desc="Lightweight Wayland notification daemon" short_desc="Lightweight Wayland notification daemon"
maintainer="Emerson Ferreira <me@skrps.me>" maintainer="Emerson Ferreira <me@skrps.me>"
license="MIT" license="MIT"