mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed some possible compiling errors
This commit is contained in:
1
Makefile
1
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
|
||||
|
||||
Reference in New Issue
Block a user