kdeplasma-addons 4.4/trunk - automagic deps + redundant macro_display_feature_log call
Maciej Mrozowski
reavertm at gmail.com
Fri Nov 27 05:49:43 CET 2009
Is it ok to commit following patch to kdeplasma-addons?
Also, there are some useless OpenGL checks that are no longer used and could
be removed.
Index: applets/CMakeLists.txt
===================================================================
--- applets/CMakeLists.txt (revision 1054884)
+++ applets/CMakeLists.txt (working copy)
@@ -55,13 +55,13 @@
endif(PHONON_FOUND)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_CURRENT_SOURCE_DIR}/qalculate/cmake_modules)
-find_package(Qalculate)
+macro_optional_find_package(Qalculate)
if ( QALCULATE_FOUND )
add_subdirectory(qalculate)
endif( QALCULATE_FOUND )
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
${CMAKE_CURRENT_SOURCE_DIR}/kdeobservatory/cmake/modules)
-find_package(Qwt)
+macro_optional_find_package(Qwt)
if ( Qwt5-Qt4_FOUND )
add_subdirectory(kdeobservatory)
endif( Qwt5-Qt4_FOUND )
Index: applets/frame/CMakeLists.txt
===================================================================
--- applets/frame/CMakeLists.txt (revision 1054884)
+++ applets/frame/CMakeLists.txt (working copy)
@@ -1,11 +1,8 @@
project(plasma-frame)
-include (MacroLogFeature)
macro_optional_find_package(Kexiv2)
macro_log_feature(KEXIV2_FOUND "libkexiv2" "Library to access EXIF
information" "http://www.kde.org" FALSE "0.2.0" "RECOMENDED: Enables automatic
rotation for frame applet" )
-macro_display_feature_log()
-
set(frame_SRCS
frame.cpp
slideshow.cpp
--
regards
MM
More information about the Kde-buildsystem
mailing list