public inbox for buildroot@busybox.net
 help / color / mirror / Atom feed
From: Adrian Perez de Castro <aperez@igalia.com>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org, Julien Olivain <ju.o@free.fr>
Subject: Re: [Buildroot] [PATCH 1/2] package/wpewebkit: add dependencies to fontconfig & freetype
Date: Thu, 19 Feb 2026 00:40:05 +0200	[thread overview]
Message-ID: <20260219004005.GB212936@igalia.com> (raw)
In-Reply-To: <20260218195812.2983207-1-bernd@kuhls.net>


[-- Attachment #1.1: Type: text/plain, Size: 2609 bytes --]

On Wed, 18 Feb 2026 20:58:11 +0100 Bernd Kuhls <bernd@kuhls.net> wrote:
> Buildroot commit 2882cf4ae649f7d5e9cee72f84e672328f550845 bumped the
> package from 2.44.4 to 2.48.3. This bump includes upstream commit
> https://github.com/WebKit/WebKit/commit/3b54e45d63b84f8ab8d70179184c45be78386622
> which was added to wpewebkit 2.45.1:
> https://wpewebkit.org/release/wpewebkit-2.45.1.html
> "Use Skia by default instead of Cairo for rendering."
> 
> The upstream commit includes dependencies to fontconfig & freetype which
> were not added to buildroot and cause build errors with this defconfig:
> 
> BR2_aarch64=y
> BR2_TOOLCHAIN_EXTERNAL=y
> BR2_TOOLCHAIN_EXTERNAL_BOOTLIN=y
> BR2_PER_PACKAGE_DIRECTORIES=y
> BR2_PACKAGE_MESA3D=y
> BR2_PACKAGE_MESA3D_GALLIUM_DRIVER_SOFTPIPE=y
> BR2_PACKAGE_MESA3D_OPENGL_EGL=y
> BR2_PACKAGE_MESA3D_OPENGL_ES=y
> BR2_PACKAGE_WPEWEBKIT=y
> BR2_PACKAGE_WPEWEBKIT_SANDBOX=y
> BR2_PACKAGE_WPEWEBKIT_MULTIMEDIA=y
> BR2_PACKAGE_WPEWEBKIT_MEDIA_STREAM=y
> BR2_PACKAGE_WPEWEBKIT_WEBDRIVER=y
> 
> Reported-by: Julien Olivain <ju.o@free.fr>
> [https://patchwork.ozlabs.org/project/buildroot/patch/20251017131035.224739-1-aperez@igalia.com/#3599999]
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Acked-by: Adrian Perez de Castro <aperez@igalia.com>

> ---
>  package/wpewebkit/Config.in    | 2 ++
>  package/wpewebkit/wpewebkit.mk | 1 +
>  2 files changed, 3 insertions(+)
> 
> diff --git a/package/wpewebkit/Config.in b/package/wpewebkit/Config.in
> index 73ba4e6bdf..c8602f1de6 100644
> --- a/package/wpewebkit/Config.in
> +++ b/package/wpewebkit/Config.in
> @@ -44,6 +44,8 @@ config BR2_PACKAGE_WPEWEBKIT
>  	select BR2_HOST_CMAKE_AT_LEAST_3_20
>  	select BR2_PACKAGE_CAIRO if BR2_ENDIAN = "BIG"
>  	select BR2_PACKAGE_CAIRO_PNG if BR2_ENDIAN = "BIG"
> +	select BR2_PACKAGE_FONTCONFIG if BR2_ENDIAN = "LITTLE"
> +	select BR2_PACKAGE_FREETYPE if BR2_ENDIAN = "LITTLE"
>  	select BR2_PACKAGE_HARFBUZZ
>  	select BR2_PACKAGE_ICU
>  	select BR2_PACKAGE_JPEG
> diff --git a/package/wpewebkit/wpewebkit.mk b/package/wpewebkit/wpewebkit.mk
> index 15a2ea93e8..31aba2a0b9 100644
> --- a/package/wpewebkit/wpewebkit.mk
> +++ b/package/wpewebkit/wpewebkit.mk
> @@ -40,6 +40,7 @@ ifeq ($(BR2_ENDIAN),"BIG")
>  WPEWEBKIT_DEPENDENCIES += cairo
>  WPEWEBKIT_CONF_OPTS += -DUSE_SKIA=OFF
>  else
> +WPEWEBKIT_DEPENDENCIES += fontconfig freetype
>  WPEWEBKIT_CONF_OPTS += -DUSE_SKIA=ON
>  endif
>  
> -- 
> 2.47.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
> 

Cheers,
—Adrián

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

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

  parent reply	other threads:[~2026-02-18 23:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-18 19:58 [Buildroot] [PATCH 1/2] package/wpewebkit: add dependencies to fontconfig & freetype Bernd Kuhls
2026-02-18 19:58 ` [Buildroot] [PATCH 2/2] package/wpewebkit: security bump to version 2.50.5 Bernd Kuhls
2026-02-18 22:41   ` Adrian Perez de Castro
2026-02-23  8:42   ` Peter Korsgaard
2026-03-06 19:53   ` Thomas Perale via buildroot
2026-02-18 22:40 ` Adrian Perez de Castro [this message]
2026-02-23  8:41 ` [Buildroot] [PATCH 1/2] package/wpewebkit: add dependencies to fontconfig & freetype Peter Korsgaard
2026-03-06 19:52 ` Thomas Perale via buildroot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260219004005.GB212936@igalia.com \
    --to=aperez@igalia.com \
    --cc=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=ju.o@free.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox