Description: use multiarch include dirs --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: Index: pykde4-4.13.97/CMakeLists.txt =================================================================== --- CMakeLists.txt.orig +++ CMakeLists.txt @@ -8,6 +8,7 @@ find_package(KDE4 4.9.4 REQUIRED) # Match what's used in the main macros cmake_policy(SET CMP0002 OLD) find_package(PythonLibrary) +find_package(PythonLibs) include(KDE4Defaults) include(MacroLibrary) @@ -80,6 +81,7 @@ set_package_properties(PolkitQt PROPERTI "Required to build Python Polkit bindings") include_directories( + ${PYTHON_INCLUDE_DIRS} ${PYTHON_INCLUDE_PATH} ${SIP_INCLUDE_DIR} ${QT_INCLUDE_DIR}