clean up lcdproc client and add menu support (to be enabled at compile time) -
based upon patch by Andrew Foss
This commit is contained in:
@@ -539,6 +539,13 @@ AC_ARG_ENABLE(permissive_menu_goto,
|
||||
fi,
|
||||
)
|
||||
|
||||
AC_ARG_ENABLE(lcdproc-menus,
|
||||
[ --enable-lcdproc-menus enable menu support in lcdproc client],
|
||||
if [[[ "$enableval" = "yes" ]]]; then
|
||||
AC_DEFINE(LCDPROC_MENUS,[1],[Define to 1 to enable menu support in lcdproc client])
|
||||
fi,
|
||||
)
|
||||
|
||||
# check for doxygen
|
||||
BB_ENABLE_DOXYGEN
|
||||
|
||||
|
||||
Reference in New Issue
Block a user