* [Buildroot] [PATCH 1/1] ncmpc: disable documentation
@ 2018-11-11 19:44 Fabrice Fontaine
2018-11-11 20:25 ` Peter Korsgaard
2018-11-25 22:21 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2018-11-11 19:44 UTC (permalink / raw)
To: buildroot
Fixes:
- http://autobuild.buildroot.org/results/4822b195628b3ce0d3fd6428bcba2cca158e92be
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/ncmpc/ncmpc.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/ncmpc/ncmpc.mk b/package/ncmpc/ncmpc.mk
index f981ce5f7d..787f58201a 100644
--- a/package/ncmpc/ncmpc.mk
+++ b/package/ncmpc/ncmpc.mk
@@ -12,7 +12,9 @@ NCMPC_DEPENDENCIES = host-pkgconf libglib2 libmpdclient ncurses
NCMPC_LICENSE = GPL-2.0+
NCMPC_LICENSE_FILES = COPYING
-NCMPC_CONF_OPTS = -Dcurses=ncurses
+NCMPC_CONF_OPTS = \
+ -Dcurses=ncurses \
+ -Ddocumentation=false
ifeq ($(BR2_PACKAGE_LIRC_TOOLS),y)
NCMPC_DEPENDENCIES += lirc-tools
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-11-25 22:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-11 19:44 [Buildroot] [PATCH 1/1] ncmpc: disable documentation Fabrice Fontaine
2018-11-11 20:25 ` Peter Korsgaard
2018-11-25 22:21 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox