Disable Python script engine for now, it requires bindings for libplasma

Approved by notmart
This commit is contained in:
Aurélien Gâteau 2014-04-25 21:18:07 +02:00
parent b3b95fa77d
commit fcbb057dca

View File

@ -2,6 +2,7 @@ add_subdirectory(qml)
add_subdirectory(ruby)
if (PYTHONLIBRARY_FOUND AND NOT WIN32)
add_subdirectory(python)
endif ()
# Re-enable when we have Python bindings for libplasma
#if (PYTHONLIBRARY_FOUND AND NOT WIN32)
# add_subdirectory(python)
#endif ()