Disable Python script engine for now, it requires bindings for libplasma
Approved by notmart
This commit is contained in:
parent
b3b95fa77d
commit
fcbb057dca
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user