summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2016-02-01 17:02:07 +0100
committerlouis <louis.braun@gmx.de>2016-02-01 17:02:07 +0100
commit0aecaca5f887200f91141125b47597dda29d5515 (patch)
tree07688b5025771c6a454b739c388deecc27db8f83 /Makefile
parent9d2206fc5999a24bd64d6f0ce976b4c6f8ce9b33 (diff)
downloadvdr-plugin-skindesigner-0aecaca5f887200f91141125b47597dda29d5515.tar.gz
vdr-plugin-skindesigner-0aecaca5f887200f91141125b47597dda29d5515.tar.bz2
fixed some possible compiling errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b2b6c59..b7ac9d0 100644
--- a/Makefile
+++ b/Makefile
@@ -46,6 +46,7 @@ SOFILE = libvdr-$(PLUGIN).so
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' $(CONFIG)
DEFINES += $(shell xml2-config --cflags)
DEFINES += -DSCRIPTFOLDER='"$(SKINDESIGNER_SCRIPTDIR)"'
+DEFINES += -D__STL_CONFIG_H
INCLUDES += $(shell pkg-config --cflags freetype2 fontconfig)
INCLUDES += $(shell pkg-config --cflags librsvg-2.0 cairo-png) -ljpeg