diff options
author | Max Kellermann <max@duempel.org> | 2008-12-12 22:06:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-12 22:06:27 +0100 |
commit | 771e21b4ac4c3e915ddc22512c187e26333ffa8e (patch) | |
tree | 61bbbcf3ef2f8798248a7aaaf244353139dc1daa /configure.ac | |
parent | 3b3a8367dd84f082fa5cf1f68bc485d895bcdebf (diff) | |
download | mpd-771e21b4ac4c3e915ddc22512c187e26333ffa8e.tar.gz mpd-771e21b4ac4c3e915ddc22512c187e26333ffa8e.tar.xz mpd-771e21b4ac4c3e915ddc22512c187e26333ffa8e.zip |
screen_text: new library for displaying large texts
Took a lot of code from screen_lyrics.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1c1413587..74d1dcbb8 100644 --- a/configure.ac +++ b/configure.ac @@ -367,6 +367,7 @@ AC_DEFINE_UNQUOTED([LYRICS_PLUGIN_DIR], ["$lyrics_plugin_dir"], AC_SUBST(lyrics_plugin_dir) AM_CONDITIONAL(ENABLE_PLUGIN_LIBRARY, test x$lyrics_screen = xyes) +AM_CONDITIONAL(ENABLE_SCREEN_TEXT, test x$lyrics_screen = xyes) dnl Optional screen - outputs AC_MSG_CHECKING([whether to include the outputs screen]) |