mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
make lcd4linux configurable
Origin commit data
------------------
Branch: ni/coolstream
Commit: b761ae25bf
Author: vanhofen <vanhofen@gmx.de>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Origin message was:
------------------
- make lcd4linux 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(lcd4linux,
|
||||
AS_HELP_STRING([--enable-lcd4linux], [enable LCD4Linux support @<:@default=no@:>@]),
|
||||
AC_DEFINE(ENABLE_LCD4LINUX, 1, [enable LCD4Linux support]))
|
||||
AM_CONDITIONAL(ENABLE_LCD4LINUX, test "$enable_lcd4linux" = "yes")
|
||||
|
||||
AC_ARG_ENABLE(graphlcd,
|
||||
AS_HELP_STRING([--enable-graphlcd], [enable GraphLCD support @<:@default=no@:>@]),
|
||||
AC_DEFINE(ENABLE_GRAPHLCD, 1, [enable GraphLCD support]))
|
||||
|
Reference in New Issue
Block a user