Pcbnew: enable scripting action menu build option by default.
Fixes lp:1783690 https://bugs.launchpad.net/kicad/+bug/1783690
This commit is contained in:
parent
dc022dcdae
commit
b167c41d1b
|
@ -79,8 +79,8 @@ option( KICAD_SCRIPTING_WXPYTHON
|
|||
ON )
|
||||
|
||||
option( KICAD_SCRIPTING_ACTION_MENU
|
||||
"Build a tools menu with registred python plugins: actions plugins (default OFF)."
|
||||
)
|
||||
"Build a tools menu with registered python plugins: actions plugins (default ON)."
|
||||
ON )
|
||||
|
||||
option( KICAD_USE_OCE
|
||||
"Build tools and plugins related to OpenCascade Community Edition (default ON)"
|
||||
|
|
Loading…
Reference in New Issue