dolphin: add qtimageformats
This allows Dolphin to render thumbnails/previews for more image formats, like webp.
This commit is contained in:
parent
bc9476ff26
commit
a48f11239d
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
kcompletion, kconfig, kcoreaddons, kdbusaddons,
|
kcompletion, kconfig, kcoreaddons, kdbusaddons,
|
||||||
kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications,
|
kfilemetadata, ki18n, kiconthemes, kinit, kio, knewstuff, knotifications,
|
||||||
kparts, ktexteditor, kwindowsystem, phonon, solid,
|
kparts, ktexteditor, kwindowsystem, phonon, solid,
|
||||||
kuserfeedback, wayland, qtwayland, qtx11extras
|
kuserfeedback, wayland, qtwayland, qtx11extras, qtimageformats
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
|
@ -26,6 +26,7 @@ mkDerivation {
|
||||||
kuserfeedback
|
kuserfeedback
|
||||||
wayland qtwayland
|
wayland qtwayland
|
||||||
qtx11extras
|
qtx11extras
|
||||||
|
qtimageformats
|
||||||
];
|
];
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue