- Add missing patch to fix the build
This commit is contained in:
parent
63e1ad8f15
commit
2b162ef01b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228523
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
--- ./CMakeLists.txt.orig 2009-02-10 02:21:40.000000000 -0500
|
||||
+++ ./CMakeLists.txt 2009-02-10 02:21:49.000000000 -0500
|
||||
@@ -3,7 +3,6 @@
|
||||
# Find the required Libaries
|
||||
find_package(KDE4 REQUIRED)
|
||||
include(KDE4Defaults)
|
||||
-find_package(Plasma REQUIRED)
|
||||
|
||||
add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
|
||||
include_directories(
|
Loading…
Reference in a new issue