From 727ab37d826fb11b251cf869ea2be4728a0418b4 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 6 Jun 2025 10:30:23 +0000 Subject: [PATCH] qtimageformats: enable all formats Enable all available image formats by default. Change-Id: I8bcecb77d35b26c8a74202c7bd3be34d9fc93b21 Reviewed-by: Mikko Gronoff --- coin/test-configs.inc | 3 --- recipes-qt/qt6/qtimageformats_git.bb | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/coin/test-configs.inc b/coin/test-configs.inc index 838212d..698d853 100644 --- a/coin/test-configs.inc +++ b/coin/test-configs.inc @@ -49,9 +49,6 @@ PACKAGECONFIG:append:pn-qtbase = "\ ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)} \ " -# imageformats mng FIXME -PACKAGECONFIG:append:pn-qtimageformats = " jasper" - # enable examples for all Qt modules PACKAGECONFIG:append:pn-qmlcompilerplus = " examples" PACKAGECONFIG:append:pn-qt3d = " examples" diff --git a/recipes-qt/qt6/qtimageformats_git.bb b/recipes-qt/qt6/qtimageformats_git.bb index 41de1bc..fce8998 100644 --- a/recipes-qt/qt6/qtimageformats_git.bb +++ b/recipes-qt/qt6/qtimageformats_git.bb @@ -14,7 +14,7 @@ include recipes-qt/qt6/qt6.inc DEPENDS += "qtbase" -PACKAGECONFIG ?= "tiff webp" +PACKAGECONFIG ?= "jasper mng tiff webp" PACKAGECONFIG[jasper] = "-DFEATURE_jasper=ON,-DFEATURE_jasper=OFF,jasper" PACKAGECONFIG[mng] = "-DFEATURE_mng=ON,-DFEATURE_mng=OFF,libmng" PACKAGECONFIG[tiff] = "-DFEATURE_tiff=ON,-DFEATURE_libtiff=OFF,tiff"