ncmpc: disable html manual

This commit is contained in:
Michal Vasilek 2021-11-13 21:19:07 +01:00 committed by paper
parent fe97e0bd2c
commit ece144dbdb
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Template file for 'ncmpc'
pkgname=ncmpc
version=0.45
revision=1
revision=2
build_style=meson
configure_args="-Dlirc=disabled"
configure_args="-Dlirc=disabled -Dhtml_manual=false"
hostmakedepends="pkg-config python3-Sphinx"
makedepends="boost-devel libmpdclient-devel ncurses-devel pcre-devel"
short_desc="Ncurses-based mpd client"