summarylogtreecommitdiffstats
path: root/imonlcd-freetype-2.9.1-fix.diff
diff options
context:
space:
mode:
authorManuel Reimer2018-12-25 16:26:39 +0100
committerManuel Reimer2018-12-25 16:26:39 +0100
commitb669efef7e4984d63d634b4b25d567b96194d96b (patch)
tree540c71c8d25e253f0cd7e8624d439a6eb4e5ef3f /imonlcd-freetype-2.9.1-fix.diff
parent77d7e4fa311925745012547355943da23e309ba5 (diff)
downloadaur-b669efef7e4984d63d634b4b25d567b96194d96b.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/b84ed174feb04b0cc206c36c702d349da295a468)
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)"'
+