Merge pull request #150435 from unclechu/psi-plus-add-webp-support
psi-plus: add WebP support
This commit is contained in:
commit
725578a2c9
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
, cmake
|
, cmake
|
||||||
, qtbase
|
, qtbase
|
||||||
, qtmultimedia
|
, qtmultimedia
|
||||||
|
, qtimageformats
|
||||||
, qtx11extras
|
, qtx11extras
|
||||||
, qttools
|
, qttools
|
||||||
, libidn
|
, libidn
|
||||||
|
@ -67,6 +68,7 @@ mkDerivation rec {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtbase
|
qtbase
|
||||||
qtmultimedia
|
qtmultimedia
|
||||||
|
qtimageformats
|
||||||
qtx11extras
|
qtx11extras
|
||||||
libidn
|
libidn
|
||||||
qca-qt5
|
qca-qt5
|
||||||
|
|
Loading…
Reference in a new issue