cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #02688
Re: [Question #140492]: Passing CMake configure flags
Question #140492 on Cairo-Dock Plug-ins changed:
https://answers.launchpad.net/cairo-dock-plug-ins/+question/140492
Status: Open => Answered
Fabounet proposed the following answer:
as you can see in the CMakeLists.txt file, there are lines like
if (NOT "${enable-kde-integration}" STREQUAL "no")
so you just have to do
cmake -Denable-kde-integration=no -Denable...... CMakeLists.txt
out of curiosity, why do you want to disable some plug-ins ?
--
You received this question notification because you are a member of
Cairo-Dock Team, which is an answer contact for Cairo-Dock Plug-ins.