summarylogtreecommitdiffstats
path: root/freetype.patch
diff options
context:
space:
mode:
Diffstat (limited to 'freetype.patch')
-rw-r--r--freetype.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/freetype.patch b/freetype.patch
deleted file mode 100644
index fab7872aa637..000000000000
--- a/freetype.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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()
-