From 771e21b4ac4c3e915ddc22512c187e26333ffa8e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 12 Dec 2008 22:06:27 +0100 Subject: screen_text: new library for displaying large texts Took a lot of code from screen_lyrics. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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]) -- cgit v1.2.3