All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/mpd: disable documentation
@ 2021-01-30 11:26 Fabrice Fontaine
  2021-01-30 11:26 ` [Buildroot] [PATCH 2/2] package/mpd: fix build of GenParseName Fabrice Fontaine
  2021-01-31 20:58 ` [Buildroot] [PATCH 1/2] package/mpd: disable documentation Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-01-30 11:26 UTC (permalink / raw)
  To: buildroot

Disable documentation which is enabled by default since version 0.22 and
https://github.com/MusicPlayerDaemon/MPD/commit/2e73e605f78d2e6488e34465a8bfa9e4989a057f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/mpd/mpd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/mpd/mpd.mk b/package/mpd/mpd.mk
index f7a3347b84..76b3a1fa56 100644
--- a/package/mpd/mpd.mk
+++ b/package/mpd/mpd.mk
@@ -11,6 +11,7 @@ MPD_SITE = http://www.musicpd.org/download/mpd/$(MPD_VERSION_MAJOR)
 MPD_DEPENDENCIES = host-pkgconf boost
 MPD_LICENSE = GPL-2.0+
 MPD_LICENSE_FILES = COPYING
+MPD_CONF_OPTS = -Ddocumentation=disabled
 
 ifeq ($(BR2_USE_MMU),y)
 MPD_CONF_OPTS += \
-- 
2.29.2

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-31 20:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-30 11:26 [Buildroot] [PATCH 1/2] package/mpd: disable documentation Fabrice Fontaine
2021-01-30 11:26 ` [Buildroot] [PATCH 2/2] package/mpd: fix build of GenParseName Fabrice Fontaine
2021-01-31 20:59   ` Thomas Petazzoni
2021-01-31 20:58 ` [Buildroot] [PATCH 1/2] package/mpd: disable documentation Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.