Archived
1
0
Fork 0

gnu: kdenlive: Add missing dependencies.

This allows to browse the file-system using kdenlive's own file-chooser.

* gnu/packages/kde.scm (kdenlive)
[native-inputs]: Add pkg-config.
[inputs]: Add purpose and qtwebkit.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Prafulla Giri 2020-09-16 23:29:09 +05:45 committed by Mathieu Othacehe
parent 18bf33a7c0
commit 34b6dd36bb
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -152,6 +152,7 @@ This package contains GUI widgets for baloo.")
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules) `(("extra-cmake-modules" ,extra-cmake-modules)
("pkg-config" ,pkg-config)
("qttools" ,qttools))) ("qttools" ,qttools)))
(inputs (inputs
`(("shared-mime-info" ,shared-mime-info) `(("shared-mime-info" ,shared-mime-info)
@ -179,6 +180,8 @@ This package contains GUI widgets for baloo.")
("qtquickcontrols2" ,qtquickcontrols2) ("qtquickcontrols2" ,qtquickcontrols2)
("kiconthemes" ,kiconthemes) ("kiconthemes" ,kiconthemes)
("breeze" ,breeze) ("breeze" ,breeze)
("purpose" ,purpose)
("qtwebkit" ,qtwebkit)
("qtgraphicaleffects" ,qtgraphicaleffects) ("qtgraphicaleffects" ,qtgraphicaleffects)
("kplotting" ,kplotting))) ("kplotting" ,kplotting)))
(arguments (arguments