- configure: make graphlcd configurable

Conflicts:
	configure.ac

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2020-12-20 21:59:31 +01:00
committed by Thilo Graf
parent c53e15a939
commit 32c13c0398
2 changed files with 5 additions and 12 deletions

View File

@@ -675,18 +675,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