summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorManish Sinha <manishsinha@ubuntu.com>2011-06-05 00:07:08 +0530
committerManish Sinha <manishsinha@ubuntu.com>2011-06-05 00:07:08 +0530
commit35e62c770a7f18f3423dc46560bf6fa2fef196ef (patch)
treea301d3dbd24bbc6d120b0ccfd0de0b512940eeae /configure.ac
parent99bd863a7e08626c8ea4b5b92178306866ad5d52 (diff)
Put the gedit plugin back as in the migration phase many distros might not have packaged gedit zeitgeist dataproviders present upstream
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8274f52..cb26ada 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AC_ARG_ENABLE([all-plugins],
AC_MSG_NOTICE([Requested to enable all plugins: ${all_plugins}])
# The full list of plugins
-allowed_plugins="bzr chrome eog geany vim emacs tomboy telepathy xchat firefox-40-libzg firefox-36-libzg"
+allowed_plugins="bzr chrome eog geany gedit vim emacs tomboy telepathy xchat firefox-40-libzg firefox-36-libzg"
# currently disabled = "epiphany"
# npapi-plugin has a template Makefile.am, but don't use it directly
@@ -103,6 +103,8 @@ for plugin in ${used_plugins}; do
;;
eog)
;;
+ gedit)
+ ;;
epiphany)
# not supported atm
continue
@@ -277,6 +279,10 @@ if test "x${PLUGINS}" != "x" ; then
AC_CONFIG_FILES([geany/Makefile])
continue 2
;;
+ gedit)
+ AC_CONFIG_FILES([gedit/Makefile])
+ continue 2
+ ;;
tomboy)
AC_CONFIG_FILES([tomboy/Makefile])
continue 2