From 0471d6cd162e9c276f17cc52daff78619f9c45e4 Mon Sep 17 00:00:00 2001 From: Martin Schirrmacher Date: Wed, 12 Feb 2014 19:45:58 +0100 Subject: add vdrlogos --- Makefile | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 72c18fdf..ab0c9f28 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,21 @@ SOFILE = libvdr-$(PLUGIN).so INCLUDES += $(shell pkg-config --cflags Magick++) -DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' +# define vdrlogo for menu topbar +# if not defined vdrlogo_default will be used +# available logos are +# vdrlogo_debian +# vdrlogo_default +# vdrlogo_easyvdr +# vdrlogo_gen2vdr +# vdrlogo_shine +# vdrlogo_xubuntu +# vdrlogo_xubuntu2 +# vdrlogo_yavdr + +VDRLOGO = -DVDRLOGO=\"vdrlogo_default\" + +DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' $(VDRLOGO) LIBS += $(shell pkg-config --libs Magick++) -- cgit v1.2.3