summarylogtreecommitdiffstats
path: root/imonlcd-freetype-2.9.1-fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'imonlcd-freetype-2.9.1-fix.diff')
-rw-r--r--imonlcd-freetype-2.9.1-fix.diff15
1 files changed, 15 insertions, 0 deletions
diff --git a/imonlcd-freetype-2.9.1-fix.diff b/imonlcd-freetype-2.9.1-fix.diff
new file mode 100644
index 000000000000..959b29027f13
--- /dev/null
+++ b/imonlcd-freetype-2.9.1-fix.diff
@@ -0,0 +1,15 @@
+diff --git a/Makefile b/Makefile
+index fc165e9..d53fe82 100644
+--- a/Makefile
++++ b/Makefile
+@@ -55,8 +55,8 @@ SOFILE = libvdr-$(PLUGIN).so
+
+ ### Includes and Defines (add further entries here):
+
+-INCLUDES += $(shell freetype-config --cflags)
+-LIBS += $(shell freetype-config --libs)
++INCLUDES += $(shell pkg-config freetype2 --cflags)
++LIBS += $(shell pkg-config freetype2 --libs)
+
+ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
+