gcompris: fix loading of image assets

Previously some games were not able to load some WebP image assets,
eg. the Erase game failed to display any cute background image,
making it unattractive:

> qrc:/gcompris/src/activities/erase/Erase.qml:26:20: QML Image:
> Error decoding: qrc:/gcompris/src/activities/erase/resource/butterfly.webp:
> Unsupported image format
This commit is contained in:
Julien Moutinho 2024-08-25 14:10:59 +02:00 committed by Peter Hoeg
parent cf696ce6a5
commit 2de55545ff

View File

@ -11,6 +11,7 @@
, qtcharts
, qtdeclarative
, qtgraphicaleffects
, qtimageformats
, qtmultimedia
, qtquickcontrols2
, qtsensors
@ -41,6 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
qtcharts
qtdeclarative
qtgraphicaleffects
qtimageformats
qtmultimedia
qtquickcontrols2
qtsensors