On 02/18/2011 08:19 AM, Serghei Amelian wrote:
On Friday 18 February 2011 16:09:30 David C. Rankin wrote:
[...]
Also, kdebase should have pam by default. Is there a command I can run against kdebase to check the compile options?
-DWITH_PAM=ON
I want to leave all options to OFF, packager should activate only options which are needed.
OOoohhh....
OK, how do I get a list of options without ./configure? I used to just look at:
./configure --help
But, I'm confused with cmake. Even if I was able to get the ./configure --help list, how do I know how to translate that into the cmake format. eg.:
-DWITH_<NEEDED-OPTION>=ON
http://www.cmake.org/Wiki/CMake_Useful_Variables is a good cheat-sheet, but it doesn't address package specific options. You have another favorite link :)