mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 23:13:13 +02:00
- configure: make graphlcd configurable
Conflicts: configure.ac Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
12
acinclude.m4
12
acinclude.m4
@@ -675,18 +675,6 @@ case "$BOXMODEL" in
|
|||||||
AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable to change osd resolution])
|
AC_DEFINE(ENABLE_CHANGE_OSD_RESOLUTION, 1, [enable to change osd resolution])
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
dnl backward compatiblity
|
||||||
|
@@ -178,6 +178,11 @@ if test "$enable_lcd4linux" = "yes"; then
|
|||||||
AC_DEFINE(ENABLE_LCD4LINUX, 1, [include Lcd4Linux support])
|
AC_DEFINE(ENABLE_LCD4LINUX, 1, [include Lcd4Linux support])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_ARG_ENABLE(graphlcd,
|
||||||
|
AS_HELP_STRING([--enable-graphlcd], [enable GraphLCD support @<:@default=no@:>@]),
|
||||||
|
AC_DEFINE(ENABLE_GRAPHLCD, 1, [enable GraphLCD support]))
|
||||||
|
AM_CONDITIONAL(ENABLE_GRAPHLCD, test "$enable_graphlcd" = "yes")
|
||||||
|
|
||||||
AC_ARG_ENABLE(keyboard-no-rc,
|
AC_ARG_ENABLE(keyboard-no-rc,
|
||||||
AS_HELP_STRING([--enable-keyboard-no-rc], [enable keyboard control, disable rc control @<:@default=no@:>@]),
|
AS_HELP_STRING([--enable-keyboard-no-rc], [enable keyboard control, disable rc control @<:@default=no@:>@]),
|
||||||
AC_DEFINE(KEYBOARD_INSTEAD_OF_REMOTE_CONTROL, 1, [enable keyboard control, disable rc control]))
|
AC_DEFINE(KEYBOARD_INSTEAD_OF_REMOTE_CONTROL, 1, [enable keyboard control, disable rc control]))
|
||||||
|
Reference in New Issue
Block a user