Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 263631
Collapse All | Expand All

(-)CMakeLists.txt (-2 / +9 lines)
Lines 3-11 Link Here
3
3
4
find_package (KDE4 REQUIRED)
4
find_package (KDE4 REQUIRED)
5
include(KDE4Defaults)
5
include(KDE4Defaults)
6
macro_optional_find_package(Plasma)
7
6
8
macro_log_feature(PLASMA_FOUND "Plasma" "Plasma libraries and header files" "http://plasma.kde.org/" FALSE "" "Plasma is needed for Plasma applet of rsibreak. Install kdebase-workspace.")
7
MACRO_ENSURE_VERSION( "4.1.83" ${KDE_VERSION} KDE_VERSION_OK)
8
if(NOT KDE_VERSION_OK)
9
  macro_optional_find_package(Plasma)
10
  macro_log_feature(PLASMA_FOUND "Plasma" "Plasma libraries and header files" "http://plasma.kde.org/" FALSE "" "Plasma is needed for rsibreak Plasmoid")
11
else(NOT KDE_VERSION_OK)
12
  set(PLASMA_FOUND true)
13
  set(PLASMA_LIBS ${KDE4_PLASMA_LIBS})
14
endif(NOT KDE_VERSION_OK)
15

Return to bug 263631