summaryrefslogtreecommitdiff
path: root/Make.config.template
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-09 10:00:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-09 10:00:57 +0100
commit0633053d5db66e4a35f027899a13225daa537a78 (patch)
treed4d12266cf99980d69a248259047ffbd631d5209 /Make.config.template
parent3a71b2e88759127435862d375064f71906e9774a (diff)
downloadvdr-0633053d5db66e4a35f027899a13225daa537a78.tar.gz
vdr-0633053d5db66e4a35f027899a13225daa537a78.tar.bz2
Added "#REMOTE=LIRC" to Make.config.template
Diffstat (limited to 'Make.config.template')
-rw-r--r--Make.config.template5
1 files changed, 4 insertions, 1 deletions
diff --git a/Make.config.template b/Make.config.template
index 523926bd..8768f3b9 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.3 2015/02/02 09:07:07 kls Exp $
+# $Id: Make.config.template 3.4 2015/02/09 09:58:45 kls Exp $
### The C compiler and options:
@@ -69,6 +69,9 @@ endif
### The remote control:
LIRC_DEVICE = /var/run/lirc/lircd
+### Define if you always want to use LIRC, independent of the --lirc option:
+#REMOTE=LIRC
+
### Define if you don't want keyboard remote control:
#NO_KBD = 1