diff options
Diffstat (limited to 'kde-misc/wacomtablet/files/wacomtablet-3.0.0_beta1-ecm.patch')
-rw-r--r-- | kde-misc/wacomtablet/files/wacomtablet-3.0.0_beta1-ecm.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kde-misc/wacomtablet/files/wacomtablet-3.0.0_beta1-ecm.patch b/kde-misc/wacomtablet/files/wacomtablet-3.0.0_beta1-ecm.patch new file mode 100644 index 000000000000..dabb90370195 --- /dev/null +++ b/kde-misc/wacomtablet/files/wacomtablet-3.0.0_beta1-ecm.patch @@ -0,0 +1,11 @@ +diff -ruN wacomtablet-3.0.0~beta1.orig/CMakeLists.txt wacomtablet-3.0.0~beta1/CMakeLists.txt +--- wacomtablet-3.0.0~beta1.orig/CMakeLists.txt 2015-10-28 18:53:01.000000000 +0100 ++++ wacomtablet-3.0.0~beta1/CMakeLists.txt 2016-04-20 17:41:06.087315610 +0200 +@@ -66,5 +66,5 @@ + + feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) + +-include(MacroOptionalAddSubdirectory) +-macro_optional_add_subdirectory( po ) ++include(ECMOptionalAddSubdirectory) ++ecm_optional_add_subdirectory( po ) |