]> git.tdb.fi Git - ttf2png.git/commitdiff
Use pkg-config to get freetype compile info
authorMikko Rasa <tdb@tdb.fi>
Wed, 31 Mar 2021 11:15:47 +0000 (14:15 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 31 Mar 2021 11:15:47 +0000 (14:15 +0300)
Makefile

index f5bda939d01fd01fd14f0fa1d276b69a44d1abbe..0c009ab60f8937177a0879747ae1e8c27746264b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CFLAGS := -Wall -Wextra -Werror -std=c89 -pedantic -O2
-FREETYPE_FLAGS := $(shell freetype-config --cflags --libs)
+FREETYPE_FLAGS := $(shell pkg-config --cflags --libs freetype2)
 LIBPNG_FLAGS := $(shell pkg-config --cflags --libs libpng16)
 
 ttf2png: ttf2png.c