Skip to content

Commit

Permalink
gcompris: fix loading of image assets
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ju1m authored and peterhoeg committed Aug 26, 2024
1 parent cf696ce commit 2de5554
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/games/gcompris/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
, qtcharts
, qtdeclarative
, qtgraphicaleffects
, qtimageformats
, qtmultimedia
, qtquickcontrols2
, qtsensors
Expand Down Expand Up @@ -41,6 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
qtcharts
qtdeclarative
qtgraphicaleffects
qtimageformats
qtmultimedia
qtquickcontrols2
qtsensors
Expand Down

0 comments on commit 2de5554

Please sign in to comment.