[Buildroot] [git commit branch/2025.02.x] package/weston: do not select JPEG, no longer needed

Thomas Perale thomas.perale at mind.be
Fri Sep 5 15:19:20 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=39615bc2727fa3fa706baed2a96a12de8b8228e1
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2025.02.x

Since upstream commit 66e1614122c22d455cc3a28db08b3afac2b7be29, which
first appeared in version 1.11.0, back in 2016, jpeg is no longer a
mandatory dependency. And in fact, Buildroot no longer has it
unconditionally in WESTON_DEPENDENCIES since commit
f67a6e9b7a7be9adbc405b3126000056120a01af, but BR2_PACKAGE_WESTON is
still selecting in.

A build without libjpeg works just fine, so let's drop this select.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
Signed-off-by: Julien Olivain <ju.o at free.fr>
(cherry picked from commit c8edd532c2ad7309efc36f9851127c9a55124411)
Signed-off-by: Thomas Perale <thomas.perale at mind.be>
---
 package/weston/Config.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/weston/Config.in b/package/weston/Config.in
index 89bcaa4aa0..614fef6bcc 100644
--- a/package/weston/Config.in
+++ b/package/weston/Config.in
@@ -15,7 +15,6 @@ config BR2_PACKAGE_WESTON
 	select BR2_PACKAGE_CAIRO
 	select BR2_PACKAGE_CAIRO_PNG
 	select BR2_PACKAGE_LIBPNG
-	select BR2_PACKAGE_JPEG
 	select BR2_PACKAGE_LIBINPUT
 	select BR2_PACKAGE_LIBDISPLAY_INFO
 	select BR2_PACKAGE_LIBDRM


More information about the buildroot mailing list