Big kde-related update.

I updated cmake to use CMAKE_PREFIX_PATH instead of CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH.
There were some expressions in kde that required CMAKE_PREFIX_PATH, and now they are not anymore
a special case.
I updated most kde-4.4 files to point to kde-4.4.0 sources instead of 4.3.4 .

svn path=/nixpkgs/trunk/; revision=19965
This commit is contained in:
Lluís Batlle i Rossell
2010-02-12 21:58:27 +00:00
parent 333dfb869e
commit e0ff817c40
46 changed files with 193 additions and 238 deletions

View File

@@ -1,7 +1,6 @@
addCMakeParams()
{
addToSearchPath CMAKE_INCLUDE_PATH $1/include
addToSearchPath CMAKE_LIBRARY_PATH $1/lib
addToSearchPath CMAKE_PREFIX_PATH $1
addToSearchPath CMAKE_MODULE_PATH $1/share/cmake-@majorVersion@/Modules
}