From 65371f53dbb06180b750dad7c19e7bcf0f8651d6 Mon Sep 17 00:00:00 2001 From: monsta Date: Sun, 6 Nov 2016 14:42:18 +0300 Subject: 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 --- plugin-loaders/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugin-loaders/Makefile.am') diff --git a/plugin-loaders/Makefile.am b/plugin-loaders/Makefile.am index bf1e9647..2573ec31 100644 --- a/plugin-loaders/Makefile.am +++ b/plugin-loaders/Makefile.am @@ -1,7 +1,3 @@ SUBDIRS = c -if ENABLE_PYTHON -SUBDIRS += python -endif - -include $(top_srcdir)/git.mk -- cgit v1.2.1