diff options
author | monsta <[email protected]> | 2016-11-06 14:42:18 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-11-06 14:42:18 +0300 |
commit | 65371f53dbb06180b750dad7c19e7bcf0f8651d6 (patch) | |
tree | 0b387d0a17207e13ce662da55970c97b50bc55db /plugins/Makefile.am | |
parent | 7dd02941b3647477dfe0cf8177c2eeff8bfe7b84 (diff) | |
download | pluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.bz2 pluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.xz |
drop Python plugins support and --enable-python build option
it requires PyGTK so won't even build with GTK+3
but keep plugins themselves for future porting to libpeas
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 74aa8d83..abe3213a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -23,9 +23,8 @@ SUBDIRS = \ time \ trailsave -if ENABLE_PYTHON -SUBDIRS += externaltools pythonconsole snippets quickopen -endif +# python plugins are disabled for now +#SUBDIRS += externaltools pythonconsole snippets quickopen if ENABLE_ENCHANT SUBDIRS += spell |