mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
configure: make graphlcd configurable
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8e5e8b1ba8
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-12-20 (Sun, 20 Dec 2020)
Origin message was:
------------------
- configure: make graphlcd configurable
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -177,6 +177,11 @@ if test "$BOXTYPE" = "coolstream" ||
|
||||
AC_DEFINE(SCREENSHOT, 1, [Define to 1 if the platform supports screenshots])
|
||||
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