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"