]> git.pld-linux.org Git - packages/kde4-kdebase-workspace.git/blob - kde4-kdebase-workspace-python.patch
50904cbf9ac40f64c11cb71a8ef6856fa7f127a7
[packages/kde4-kdebase-workspace.git] / kde4-kdebase-workspace-python.patch
1 --- kdebase-workspace-4.3.4/CMakeLists.txt~     2009-11-27 14:01:58.000000000 +0100
2 +++ kdebase-workspace-4.3.4/CMakeLists.txt      2010-01-05 14:23:22.615963105 +0100
3 @@ -59,10 +59,7 @@
4  endif(PYQT4_FOUND AND PYQT4_VERSION STRLESS "040400")
5  
6  macro_optional_find_package(PyKDE4)
7 -set(PythonSupport_FOUND FALSE)
8 -if(PYTHONLIBRARY_FOUND AND SIP_FOUND AND PYQT4_FOUND AND PYKDE4_FOUND)
9 -  set(PythonSupport_FOUND TRUE)
10 -endif(PYTHONLIBRARY_FOUND AND SIP_FOUND AND PYQT4_FOUND AND PYKDE4_FOUND)
11 +set(PythonSupport_FOUND TRUE)
12  
13  macro_log_feature(PythonSupport_FOUND "Python" "KDE Python support" "http://techbase.kde.org/Development/Languages/Python" FALSE "" "Needed to build plasma scriptengine for Python")
14  #### End Python support ####
This page took 0.038777 seconds and 2 git commands to generate.