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, 0 insertions, 15 deletions
diff --git a/imonlcd-freetype-2.9.1-fix.diff b/imonlcd-freetype-2.9.1-fix.diff
deleted file mode 100644
index 959b29027f13..000000000000
--- a/imonlcd-freetype-2.9.1-fix.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-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)"'
-