summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-12-08 14:30:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-12-08 14:30:32 +0100
commitfb16fbafaadcd6bc0a8fbde20c8434a69bef0f10 (patch)
tree0687196922d2428cc98b0cb303462b8b8989f18e /Makefile
parenta40c8b8a98ed026b27f18a5e6c6f8bfae5f6068b (diff)
downloadvdr-fb16fbafaadcd6bc0a8fbde20c8434a69bef0f10.tar.gz
vdr-fb16fbafaadcd6bc0a8fbde20c8434a69bef0f10.tar.bz2
KBD active by default; no more 'ncurses' necessary for KBD1.1.19
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 1494cd64..7d169ce6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 1.52 2002/11/29 15:23:02 kls Exp $
+# $Id: Makefile 1.53 2002/12/08 12:20:37 kls Exp $
.DELETE_ON_ERROR:
@@ -38,12 +38,8 @@ OBJS = audio.o channels.o config.o cutter.o device.o diseqc.o dvbdevice.o dvbosd
OSDFONT = -adobe-helvetica-medium-r-normal--23-*-100-100-p-*-iso8859-1
FIXFONT = -adobe-courier-bold-r-normal--25-*-100-100-m-*-iso8859-1
-ifndef REMOTE
-REMOTE = KBD
-endif
-
-ifeq ($(REMOTE), KBD)
-NCURSESLIB = -lncurses
+ifndef NO_KBD
+DEFINES += -DREMOTE_KBD
endif
DEFINES += -DREMOTE_$(REMOTE)