mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
- pick graphlcd support from DDT but include it in another way
Conflicts: src/driver/Makefile.am src/driver/nglcd.cpp src/gui/Makefile.am src/gui/bouquetlist.cpp src/gui/channellist.cpp src/gui/osd_setup.cpp src/gui/widget/menue.cpp src/gui/widget/menue.h src/neutrino.cpp src/system/flashtool.cpp src/system/settings.h Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
12
acinclude.m4
12
acinclude.m4
@@ -629,6 +629,18 @@ 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|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