summarylogtreecommitdiffstats
path: root/imonlcd-freetype-2.9.1-fix.diff
blob: 959b29027f1312a86b8ce7ee7bb3bc882dba62b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)"'