All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/6] package/fontconfig: disable doc and tests for host
@ 2025-10-17 10:35 Waldemar Brodkorb
  2026-01-02 17:07 ` Thomas Petazzoni via buildroot
  2026-01-13 19:45 ` Arnout Vandecappelle via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Waldemar Brodkorb @ 2025-10-17 10:35 UTC (permalink / raw)
  To: buildroot

On Debian 13 doc generation fails. Disable it like for
the target.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 package/fontconfig/fontconfig.mk | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/fontconfig/fontconfig.mk b/package/fontconfig/fontconfig.mk
index d9f5dbefad..639f6ed51d 100644
--- a/package/fontconfig/fontconfig.mk
+++ b/package/fontconfig/fontconfig.mk
@@ -16,6 +16,10 @@ FONTCONFIG_LICENSE = fontconfig license
 FONTCONFIG_LICENSE_FILES = COPYING
 FONTCONFIG_CPE_ID_VALID = YES
 
+HOST_FONTCONFIG_CONF_OPTS = \
+	-Dtests=disabled \
+	-Ddoc=disabled
+
 FONTCONFIG_CONF_OPTS = \
 	-Dcache-dir=/var/cache/fontconfig \
 	-Dtests=disabled \
-- 
2.47.3

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

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

* Re: [Buildroot] [PATCH v2 1/6] package/fontconfig: disable doc and tests for host
  2025-10-17 10:35 [Buildroot] [PATCH v2 1/6] package/fontconfig: disable doc and tests for host Waldemar Brodkorb
@ 2026-01-02 17:07 ` Thomas Petazzoni via buildroot
  2026-01-13 19:45 ` Arnout Vandecappelle via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-01-02 17:07 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: buildroot

On Fri, 17 Oct 2025 12:35:48 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> On Debian 13 doc generation fails. Disable it like for
> the target.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  package/fontconfig/fontconfig.mk | 4 ++++
>  1 file changed, 4 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2 1/6] package/fontconfig: disable doc and tests for host
  2025-10-17 10:35 [Buildroot] [PATCH v2 1/6] package/fontconfig: disable doc and tests for host Waldemar Brodkorb
  2026-01-02 17:07 ` Thomas Petazzoni via buildroot
@ 2026-01-13 19:45 ` Arnout Vandecappelle via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2026-01-13 19:45 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: Arnout Vandecappelle, buildroot

In reply of:
> On Debian 13 doc generation fails. Disable it like for
> the target.
> 
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>

Applied to 2025.02.x and 2025.11.x. Thanks

> ---
>  package/fontconfig/fontconfig.mk | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/fontconfig/fontconfig.mk b/package/fontconfig/fontconfig.mk
> index d9f5dbefad..639f6ed51d 100644
> --- a/package/fontconfig/fontconfig.mk
> +++ b/package/fontconfig/fontconfig.mk
> @@ -16,6 +16,10 @@ FONTCONFIG_LICENSE = fontconfig license
>  FONTCONFIG_LICENSE_FILES = COPYING
>  FONTCONFIG_CPE_ID_VALID = YES
>  
> +HOST_FONTCONFIG_CONF_OPTS = \
> +	-Dtests=disabled \
> +	-Ddoc=disabled
> +
>  FONTCONFIG_CONF_OPTS = \
>  	-Dcache-dir=/var/cache/fontconfig \
>  	-Dtests=disabled \
> -- 
> 2.47.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2026-01-13 19:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-17 10:35 [Buildroot] [PATCH v2 1/6] package/fontconfig: disable doc and tests for host Waldemar Brodkorb
2026-01-02 17:07 ` Thomas Petazzoni via buildroot
2026-01-13 19:45 ` Arnout Vandecappelle via buildroot

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.