summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/wally/files/wally-2.2.0-disable-kde4.patch')
-rw-r--r--media-gfx/wally/files/wally-2.2.0-disable-kde4.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-gfx/wally/files/wally-2.2.0-disable-kde4.patch b/media-gfx/wally/files/wally-2.2.0-disable-kde4.patch
new file mode 100644
index 000000000000..95f471ce1cd5
--- /dev/null
+++ b/media-gfx/wally/files/wally-2.2.0-disable-kde4.patch
@@ -0,0 +1,14 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -238,11 +238,6 @@ else( APPLE )
+ add_custom_command( TARGET ${PROGNAME} POST_BUILD COMMAND strip ARGS ${WALLY_PATH} WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} )
+ endif( CMAKE_BUILD_TYPE STREQUAL Release )
+
+- find_package( KDE4 )
+- if ( KDE4_FOUND )
+- add_subdirectory( ${CMAKE_SOURCE_DIR}/wallyplugin )
+- endif( KDE4_FOUND )
+-
+ endif( APPLE )
+
+ file( GLOB TS_FILES ${CMAKE_SOURCE_DIR}/res/lang/*.ts )