summarylogtreecommitdiffstats
path: root/freetype.patch
blob: fab7872aa637b5395eaf23197241d3fca6f5a79e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/SConstruct
+++ b/SConstruct
@@ -284,7 +284,7 @@
 
 # Get the configuration from sdl and freetype
 env.ParseConfig("sdl-config --cflags")
-env.ParseConfig("freetype-config --cflags --libs")
+env.ParseConfig("pkg-config --cflags freetype2")
 
 env = config.Finish()