diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-25 15:33:15 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-03-25 15:33:15 -0500 |
commit | 46d6c75f081981fbeef723f92842b23e3d0c9d26 (patch) | |
tree | c17d24070c94ec79a0ad83eb0485fd62afef53f3 /user/blinken/test.patch | |
parent | 8a18effc7588f88611e44e62368516fc1387889b (diff) | |
download | packages-46d6c75f081981fbeef723f92842b23e3d0c9d26.tar.gz packages-46d6c75f081981fbeef723f92842b23e3d0c9d26.tar.bz2 packages-46d6c75f081981fbeef723f92842b23e3d0c9d26.tar.xz packages-46d6c75f081981fbeef723f92842b23e3d0c9d26.zip |
user/blinken: new package
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) |