diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-02 09:13:10 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-02 09:13:10 +0100 |
commit | 5503161fdcd5fcb137ff79e00c028c477716d3fb (patch) | |
tree | 96d9dcfdf49d5f0c13f46703cc5171d91b7eb177 /Make.config.template | |
parent | e83b09b4eb69a4a2bf138fff6c5fba131249539a (diff) | |
download | vdr-5503161fdcd5fcb137ff79e00c028c477716d3fb.tar.gz vdr-5503161fdcd5fcb137ff79e00c028c477716d3fb.tar.bz2 |
Added SDNOTIFY, NO_KBD and BIDI to Make.config.template
Diffstat (limited to 'Make.config.template')
-rw-r--r-- | Make.config.template | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Make.config.template b/Make.config.template index 88b62863..523926bd 100644 --- a/Make.config.template +++ b/Make.config.template @@ -6,7 +6,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Make.config.template 3.2 2015/01/30 15:18:47 kls Exp $ +# $Id: Make.config.template 3.3 2015/02/02 09:07:07 kls Exp $ ### The C compiler and options: @@ -67,12 +67,20 @@ endif #PLGCFG = $(CONFDIR)/plugins.mk ### The remote control: - LIRC_DEVICE = /var/run/lirc/lircd +### Define if you don't want keyboard remote control: +#NO_KBD = 1 + ### Define if you want vdr to not run as root: #VDR_USER = vdr +### Define if you want to compile in 'bidi' support: +#BIDI = 1 + +### Define if you want 'systemd' notification: +#SDNOTIFY = 1 + ### Fallback for plugins with old makefiles: ifdef PLUGIN CFLAGS += -fPIC |