diff options
Diffstat (limited to 'tools/tools.make')
-rw-r--r-- | tools/tools.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.make b/tools/tools.make index 3350ad03bc..483d306950 100644 --- a/tools/tools.make +++ b/tools/tools.make @@ -38,7 +38,7 @@ $(TOOLSDIR)/uclpack: $(TOOLSDIR)/ucl/uclpack.c $(wildcard $(TOOLSDIR)/ucl/src/*. $(TOOLSDIR)/convttf: $(TOOLSDIR)/convttf.c $(call PRINTS,CC $(@F)) $(SILENT)$(HOSTCC) $(TOOLSFLAGS) -lm -O2 -Wall -g $+ -o $@ \ - `freetype-config --libs` `freetype-config --cflags` + `pkg-config --cflags --libs freetype2` # implicit rule for simple tools $(TOOLSDIR)/%: $(TOOLSDIR)/%.c |