aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Montel <montel@kde.org>2007-07-06 13:18:36 +0000
committerLaurent Montel <montel@kde.org>2007-07-06 13:18:36 +0000
commitce182ad897473c2661139855e52ba0df9508b4bc (patch)
treea91644188d0613d9f9f555bfed1ebd03998c5196
parentaf879635f5ae90b2cf8f70b29c1591e3b1a1d3d0 (diff)
downloadextra-cmake-modules-ce182ad897473c2661139855e52ba0df9508b4bc.tar.gz
extra-cmake-modules-ce182ad897473c2661139855e52ba0df9508b4bc.tar.bz2
Better to test on plasma.h, kpanelapplet.h is into kicker
svn path=/trunk/KDE/kdelibs/; revision=684281
-rw-r--r--modules/FindPlasma.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindPlasma.cmake b/modules/FindPlasma.cmake
index b0f1b377..8aa0d1c9 100644
--- a/modules/FindPlasma.cmake
+++ b/modules/FindPlasma.cmake
@@ -14,7 +14,7 @@ if (PLASMA_INCLUDE_DIR AND PLASMA_LIBRARIES)
endif (PLASMA_INCLUDE_DIR AND PLASMA_LIBRARIES)
-find_path(PLASMA_INCLUDE_DIR NAMES plasma/kpanelapplet.h
+find_path(PLASMA_INCLUDE_DIR NAMES plasma/plasma.h
PATHS
${INCLUDE_INSTALL_DIR}
)