diff options
author | Max Kellermann <max@duempel.org> | 2008-12-12 18:46:48 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-12 18:46:48 +0100 |
commit | 041b59e39d320fff89e02a853cd162ba88b909cf (patch) | |
tree | df07140954835c5e6c89ba48f234c9b22c1746f6 /configure.ac | |
parent | 2ef2f5cd06ceaf086fe5410badd811b8feb980c0 (diff) | |
download | mpd-041b59e39d320fff89e02a853cd162ba88b909cf.tar.gz mpd-041b59e39d320fff89e02a853cd162ba88b909cf.tar.xz mpd-041b59e39d320fff89e02a853cd162ba88b909cf.zip |
plugin: new plugin library
The plugin library is based on code from lyrics.c.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index ebc19fdea..1c1413587 100644 --- a/configure.ac +++ b/configure.ac @@ -366,6 +366,8 @@ AC_DEFINE_UNQUOTED([LYRICS_PLUGIN_DIR], ["$lyrics_plugin_dir"], [Directory to search for lyrics plugins]) AC_SUBST(lyrics_plugin_dir) +AM_CONDITIONAL(ENABLE_PLUGIN_LIBRARY, test x$lyrics_screen = xyes) + dnl Optional screen - outputs AC_MSG_CHECKING([whether to include the outputs screen]) AC_ARG_ENABLE([outputs-screen], |