From a651288e07c48d120dc63160236072a028192c4e Mon Sep 17 00:00:00 2001 From: mrwastl Date: Thu, 22 Sep 2011 00:55:22 +0200 Subject: support up to 4 displays; cExtData now able to bind data to a certain display; location of graphlcd.conf can be defined in Makefile --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 59210fa..132fff5 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ HAVE_FREETYPE2 = 1 # either define this setting here or in $VDRDIR/Make.config or in $VDRDIR/Make.global # HAVE_VALID_FEMON = 1 +# defines the location of the graphlcd.conf file. if not defined, location = "/etc/graphlcd.conf" +#PLUGIN_GRAPHLCDCONF = "/usr/local/etc/graphlcd.conf" + ### The version number of this plugin (taken from the main source file): VERSION = $(shell grep 'static const char \*VERSION *=' plugin.c | awk '{ print $$6 }' | sed -e 's/[";]//g') @@ -74,6 +77,11 @@ ifdef HAVE_VALID_FEMON DEFINES += -DGRAPHLCD_SERVICE_FEMON_VALID endif +# if a valid and/or fixed femon-plugin is available +ifdef PLUGIN_GRAPHLCDCONF + DEFINES += -DPLUGIN_GRAPHLCDCONF='${PLUGIN_GRAPHLCDCONF}' +endif + ### The object files (add further files here): -- cgit v1.2.3