]> git.pld-linux.org Git - packages/cantata.git/blob - kde4_includes.patch
7f412d02443ab11f430c3930a09d44b0b537ab04
[packages/cantata.git] / kde4_includes.patch
1 fix kde support (kde4_includes)
2 diff -up cantata-1.3.3/CMakeLists.txt.kde4_includes cantata-1.3.3/CMakeLists.txt
3 --- cantata-1.3.3/CMakeLists.txt.kde4_includes  2014-06-07 10:45:10.477192972 -0500
4 +++ cantata-1.3.3/CMakeLists.txt        2014-06-07 10:47:24.482770660 -0500
5 @@ -229,6 +229,7 @@ endif (ENABLE_HTTP_STREAM_PLAYBACK)
6  if (ENABLE_KDE)
7      find_package(KDE4 REQUIRED)
8      add_definitions(-DENABLE_KDE_SUPPORT)
9 +    include_directories(${KDE4_INCLUDES})
10      set(ENABLE_KDE_SUPPORT TRUE)
11  endif (ENABLE_KDE)
12  
This page took 0.047889 seconds and 2 git commands to generate.