mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +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:
12
acinclude.m4
12
acinclude.m4
@@ -662,18 +662,6 @@ case "$BOXMODEL" in
|
||||
AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable to change osd resolution])
|
||||
;;
|
||||
esac
|
||||
|
||||
# BOXMODELs that needs GraphLCD support
|
||||
case "$BOXMODEL" in
|
||||
vusolo4k|vuduo4k|vuduo4kse|vuultimo4k|vuuno4kse)
|
||||
AC_DEFINE(ENABLE_GRAPHLCD, 1, [include GraphLCD support])
|
||||
enable_graphlcd=yes
|
||||
;;
|
||||
*)
|
||||
enable_graphlcd=no
|
||||
;;
|
||||
esac
|
||||
AM_CONDITIONAL(ENABLE_GRAPHLCD, test "$enable_graphlcd" = "yes")
|
||||
])
|
||||
|
||||
dnl backward compatiblity
|
||||
|
Reference in New Issue
Block a user