diff options
Diffstat (limited to 'user/blinken/test.patch')
-rw-r--r-- | user/blinken/test.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/blinken/test.patch b/user/blinken/test.patch new file mode 100644 index 000000000..d24c03491 --- /dev/null +++ b/user/blinken/test.patch @@ -0,0 +1,13 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 2a1b077..019efcd 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -17,7 +17,7 @@ find_package (KF5 REQUIRED COMPONENTS + I18n XmlGui GuiAddons DocTools DBusAddons Crash + ) + +-find_package (Phonon4Qt5) ++find_package (Phonon4Qt5 REQUIRED) + + include(KDEInstallDirs) + include(KDECompilerSettings NO_POLICY_SCOPE) |