You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/wally/files/wally-2.2.0-disable-kde4.patch

15 lines
463 B

--- 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 )