mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- configure: make graphlcd configurable
Conflicts: configure.ac Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -178,6 +178,11 @@ if test "$enable_lcd4linux" = "yes"; then
|
||||
AC_DEFINE(ENABLE_LCD4LINUX, 1, [include Lcd4Linux support])
|
||||
fi
|
||||
|
||||
AC_ARG_ENABLE(graphlcd,
|
||||
AS_HELP_STRING([--enable-graphlcd], [enable GraphLCD support @<:@default=no@:>@]),
|
||||
AC_DEFINE(ENABLE_GRAPHLCD, 1, [enable GraphLCD support]))
|
||||
AM_CONDITIONAL(ENABLE_GRAPHLCD, test "$enable_graphlcd" = "yes")
|
||||
|
||||
AC_ARG_ENABLE(keyboard-no-rc,
|
||||
AS_HELP_STRING([--enable-keyboard-no-rc], [enable keyboard control, disable rc control @<:@default=no@:>@]),
|
||||
AC_DEFINE(KEYBOARD_INSTEAD_OF_REMOTE_CONTROL, 1, [enable keyboard control, disable rc control]))
|
||||
|
Reference in New Issue
Block a user