mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
configure: simplify --enable-lcd code; remove obsolete ENABLE_LCDAPI
Origin commit data
------------------
Branch: ni/coolstream
Commit: dd991245f0
Author: vanhofen <vanhofen@gmx.de>
Date: 2022-10-29 (Sat, 29 Oct 2022)
Origin message was:
------------------
- configure: simplify --enable-lcd code; remove obsolete ENABLE_LCDAPI
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
22
configure.ac
22
configure.ac
@@ -188,27 +188,15 @@ AM_CONDITIONAL(ENABLE_LCD4LINUX, test "$enable_lcd4linux" = "yes")
|
||||
|
||||
# lcd
|
||||
AC_ARG_ENABLE(lcd,
|
||||
AS_HELP_STRING(--enable-lcd,include lcd support),
|
||||
,[enable_lcd=no])
|
||||
AM_CONDITIONAL(ENABLE_LCD,test "$enable_lcd" = "yes")
|
||||
|
||||
if test "$enable_lcd" = "yes"; then
|
||||
AC_DEFINE(ENABLE_LCD,1,[include lcd support])
|
||||
fi
|
||||
AS_HELP_STRING([--enable-lcd], [enable internal lcd support @<:@default=no@:>@]),
|
||||
AC_DEFINE(ENABLE_LCD, 1, [enable internal lcd support]))
|
||||
AM_CONDITIONAL(ENABLE_LCD, test "$enable_lcd" = "yes")
|
||||
|
||||
# lcd update
|
||||
AM_CONDITIONAL(LCD_UPDATE,test "$enable_lcd_update" = "yes")
|
||||
|
||||
if test "$enable_lcd" = "yes"; then
|
||||
AC_DEFINE(LCD_UPDATE,1,[include lcd update support])
|
||||
fi
|
||||
|
||||
# lcdapi
|
||||
AM_CONDITIONAL(ENABLE_LCDAPI,test "$enable_lcd" = "yes")
|
||||
|
||||
if test "$enable_lcd" = "yes"; then
|
||||
AC_DEFINE(ENABLE_LCDAPI,1,[include lcd api support])
|
||||
AC_DEFINE(LCD_UPDATE, 1, [include internal lcd update support])
|
||||
fi
|
||||
AM_CONDITIONAL(LCD_UPDATE, test "$enable_lcd" = "yes")
|
||||
|
||||
AC_ARG_ENABLE(graphlcd,
|
||||
AS_HELP_STRING([--enable-graphlcd], [enable GraphLCD support @<:@default=no@:>@]),
|
||||
|
Reference in New Issue
Block a user