summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-22 11:11:45 +0100
committerMartin Schirrmacher <vdr.skinflatplus@schirrmacher.eu>2014-02-22 11:11:45 +0100
commit8ca1718156504b11d11ee76a0fa977b25b1de964 (patch)
tree22ae06f178ece534722d2a8844b8daccdae3b342 /Makefile
parente688b548decdebe35e70f4a420070da47a9e8a64 (diff)
downloadskin-flatplus-8ca1718156504b11d11ee76a0fa977b25b1de964.tar.gz
skin-flatplus-8ca1718156504b11d11ee76a0fa977b25b1de964.tar.bz2
parse tilde of epgsearch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ac3fc75..e1b8de43 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,9 @@ INCLUDES += $(shell pkg-config --cflags Magick++)
# vdrlogo_yavdr
VDRLOGO = vdrlogo_default
-DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\" -DDEBUGIMAGELOADTIME
+# -DDEBUGIMAGELOADTIME
+
+DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\"
LIBS += $(shell pkg-config --libs Magick++)