diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-30 13:30:51 +0100 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-11-30 13:30:51 +0100 |
commit | 7077eba3c3bf4ff2f641b5873e414ad9c3c541ba (patch) | |
tree | 39d7c10226f65df47d9c4ae179bdd4c9d93753fa /Makefile | |
parent | 0e077a1ed82ca9bfb8e6f234f53bbb44400df86a (diff) | |
download | skin-flatplus-7077eba3c3bf4ff2f641b5873e414ad9c3c541ba.tar.gz skin-flatplus-7077eba3c3bf4ff2f641b5873e414ad9c3c541ba.tar.bz2 |
update widgets folders
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,7 +28,6 @@ VDRLOGO = vdrlogo_default #DEFINES += -DDEBUGIMAGELOADTIME #DEFINES += -DDEBUGEPGTIME - ### The version number of this plugin (taken from the main source file): VERSION = $(shell grep 'static const char \*VERSION *=' $(PLUGIN).c | awk '{ print $$6 }' | sed -e 's/[";]//g') @@ -69,6 +68,7 @@ SOFILE = libvdr-$(PLUGIN).so INCLUDES += $(shell pkg-config --cflags Magick++ freetype2 fontconfig) DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -DVDRLOGO=\"$(VDRLOGO)\" +DEFINES += -DWIDGETFOLDER='"$(DESTDIR)$(LIBDIR)/$(PLUGIN)/widgets"' LIBS += $(shell pkg-config --libs Magick++) @@ -146,8 +146,8 @@ install-configs: cp configs/* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/configs install-widgets: - mkdir -p $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/widgets - cp -r widgets/* $(DESTDIR)$(VDRCONFDIR)/plugins/$(PLUGIN)/widgets + mkdir -p $(DESTDIR)$(LIBDIR)/$(PLUGIN)/widgets + cp -r widgets/* $(DESTDIR)$(LIBDIR)/$(PLUGIN)/widgets install: install-lib install-i18n install-themes install-icons install-decors install-configs install-widgets |