diff options
| author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-12 19:45:58 +0100 |
|---|---|---|
| committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-02-12 19:45:58 +0100 |
| commit | 0471d6cd162e9c276f17cc52daff78619f9c45e4 (patch) | |
| tree | 0a356f54908336fa51d8bd857eb4d4f641f9a51b /Makefile | |
| parent | 6b24d2b12d790637881754b8a591dad874034cba (diff) | |
| download | skin-flatplus-0471d6cd162e9c276f17cc52daff78619f9c45e4.tar.gz skin-flatplus-0471d6cd162e9c276f17cc52daff78619f9c45e4.tar.bz2 | |
add vdrlogos
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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++) |
