File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ diff -Naur kdenlive-17.04.1-upstream/CMakeLists.txt kdenlive-17.04.1/CMakeLists.txt
2
+ --- kdenlive-17.04.1-upstream/CMakeLists.txt 2017-06-10 00:06:44.773146595 -0400
3
+ +++ kdenlive-17.04.1/CMakeLists.txt 2017-06-10 00:07:35.766596566 -0400
4
+ @@ -79,7 +79,7 @@
5
+ check_include_files(malloc.h HAVE_MALLOC_H)
6
+ check_include_files(pthread.h HAVE_PTHREAD_H)
7
+
8
+ - find_package(Qt5 REQUIRED COMPONENTS Core DBus Widgets Script Svg Quick )
9
+ + find_package(Qt5 REQUIRED COMPONENTS Core Concurrent DBus Widgets Script Svg Quick )
10
+ find_package(Qt5 OPTIONAL_COMPONENTS WebKitWidgets QUIET)
11
+
12
+ find_package(KF5 5.23.0 OPTIONAL_COMPONENTS XmlGui QUIET)
Original file line number Diff line number Diff line change 34
34
let
35
35
unwrapped = kdeApp {
36
36
name = "kdenlive" ;
37
+ patches = [
38
+ ./kdenlive-cmake-concurrent-module.patch
39
+ ] ;
37
40
nativeBuildInputs = [
38
41
extra-cmake-modules
39
42
kdoctools
You can’t perform that action at this time.
0 commit comments