From 8e4338f1cce489623a20eb42eae15d7df5bce43e Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 3 Apr 2016 02:26:34 +0000 Subject: [PATCH] generic: remove redundant QImageBlitz reference Signed-off-by: Ivailo Monev --- config-workspace.h.cmake | 2 -- kdm/kcm/CMakeLists.txt | 4 +--- kdm/kfrontend/CMakeLists.txt | 1 - 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/config-workspace.h.cmake b/config-workspace.h.cmake index 78895892..3cac5cfc 100644 --- a/config-workspace.h.cmake +++ b/config-workspace.h.cmake @@ -1,7 +1,5 @@ /* config-workspace.h. Generated by cmake from config-workspace.h.cmake */ -#cmakedefine HAVE_QIMAGEBLITZ - /* Define if you have DPMS support */ #cmakedefine HAVE_DPMS 1 diff --git a/kdm/kcm/CMakeLists.txt b/kdm/kcm/CMakeLists.txt index b56272de..ac568374 100644 --- a/kdm/kcm/CMakeLists.txt +++ b/kdm/kcm/CMakeLists.txt @@ -1,5 +1,3 @@ -include_directories( ${QIMAGEBLITZ_INCLUDES} ) - set(kcm_kdm_PART_SRCS kdm-gen.cpp kdm-theme.cpp @@ -14,7 +12,7 @@ set(kcm_kdm_PART_SRCS kde4_add_plugin(kcm_kdm ${kcm_kdm_PART_SRCS}) -target_link_libraries(kcm_kdm ${KDE4_KIO_LIBS} ${QIMAGEBLITZ_LIBRARIES} ${X11_LIBRARIES} kworkspace) +target_link_libraries(kcm_kdm ${KDE4_KIO_LIBS} ${X11_LIBRARIES} kworkspace) macro_add_file_dependencies(kdm-shut.cpp ${confci}) add_dependencies(kcm_kdm ConfigCi) diff --git a/kdm/kfrontend/CMakeLists.txt b/kdm/kfrontend/CMakeLists.txt index c5798a7b..08d5dbcd 100644 --- a/kdm/kfrontend/CMakeLists.txt +++ b/kdm/kfrontend/CMakeLists.txt @@ -6,7 +6,6 @@ add_subdirectory(sessions) include_directories( ${CMAKE_SOURCE_DIR}/libs/kdm - ${QIMAGEBLITZ_INCLUDES} ) set(kdmthemer_SRCS -- 2.11.0