All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/mpd-mpc: disable documentation
@ 2021-12-20 12:58 Fabrice Fontaine
  2021-12-20 12:58 ` [Buildroot] [PATCH 2/2] package/mpd-mpc: bump to version 0.34 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2021-12-20 12:58 UTC (permalink / raw)
  To: buildroot; +Cc: Thierry Bultel, Fabrice Fontaine

Disable documentation which is available (and enabled by default) since
bump to version 0.31 in commit 0186da2923c07656005264dbb3001ca706a2ef10
and
https://github.com/MusicPlayerDaemon/mpc/commit/60e173c0198743fd6af906682eadec1cc67a4975

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

diff --git a/package/mpd-mpc/mpd-mpc.mk b/package/mpd-mpc/mpd-mpc.mk
index 6eebc63cca..d5a981d70e 100644
--- a/package/mpd-mpc/mpd-mpc.mk
+++ b/package/mpd-mpc/mpd-mpc.mk
@@ -11,5 +11,6 @@ MPD_MPC_SOURCE = mpc-$(MPD_MPC_VERSION).tar.xz
 MPD_MPC_LICENSE = GPL-2.0+
 MPD_MPC_LICENSE_FILES = COPYING
 MPD_MPC_DEPENDENCIES = host-pkgconf libmpdclient
+MPD_MPC_CONF_OPTS = -Ddocumentation=disabled
 
 $(eval $(meson-package))
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-01-23 20:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-20 12:58 [Buildroot] [PATCH 1/2] package/mpd-mpc: disable documentation Fabrice Fontaine
2021-12-20 12:58 ` [Buildroot] [PATCH 2/2] package/mpd-mpc: bump to version 0.34 Fabrice Fontaine
2021-12-25 10:54 ` [Buildroot] [PATCH 1/2] package/mpd-mpc: disable documentation Thomas Petazzoni
2022-01-23 20:43 ` Peter Korsgaard

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.