diff options
author | Bastien Nocera <hadess@hadess.net> | 2011-12-19 22:27:11 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2011-12-19 22:28:07 +0100 |
commit | 594bd021bf93a3060702508ed0513b50cadc2ab2 (patch) | |
tree | 101f5ff578b6dff0f9a526ef2e85ab61f7472242 /configure.in | |
parent | 5dac80af167ae1e294a37ab8e6318b4df66e7735 (diff) | |
download | totem-594bd021bf93a3060702508ed0513b50cadc2ab2.tar.gz |
build: Disable zeitgeist plugin
Stop writing real software with toy languages. It never compiles
when I need it to, and it pisses me off.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d0a96ca41..e628cfc56 100644 --- a/configure.in +++ b/configure.in @@ -68,7 +68,7 @@ AC_SUBST(TOTEM_API_VERSION) AC_DEFINE_UNQUOTED(TOTEM_API_VERSION, ["$TOTEM_API_VERSION"], [Define to the Totem plugin API version]) # The full list of plugins -allowed_plugins="brasero-disc-recorder chapters dbusservice im-status gromit iplayer lirc media-player-keys ontop opensubtitles properties publish pythonconsole rotation save-file samplepython sample-vala screensaver screenshot sidebar-test skipto zeitgeist-dp grilo" +allowed_plugins="brasero-disc-recorder chapters dbusservice im-status gromit iplayer lirc media-player-keys ontop opensubtitles properties publish pythonconsole rotation save-file samplepython sample-vala screensaver screenshot sidebar-test skipto grilo" PLUGINDIR='${libdir}/totem/plugins' AC_SUBST(PLUGINDIR) |