Ticket #47125: python3.3.diff

File python3.3.diff, 463 bytes (added by RJVB (René Bertin), 9 years ago)
  • CMakeLists.txt

    old new include(KDE4Defaults) 
    1313include(MacroLibrary)
    1414include(PythonMacros)
    1515include(FeatureSummary)
     16find_package(PkgConfig REQUIRED)
     17# this doesn't work ...
     18pkg_check_modules(PYTHON xpython${_CURRENT_VERSION})
    1619
    1720option(PYKDEUIC4_ALTINSTALL "Enable parallel-installation of the PyKDE4 tools" FALSE)
    1821