summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2022-02-21 18:49:12 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2022-02-21 19:03:01 +0800
commitf1e78584b7858889c72c904bf6e2fa3e5a785226 (patch)
treedb023d9e64e3695b019b8873c6ba09ae196fa1ca
parentbfd2147ec4ac9fdfb9c252a49e02382ac1e70005 (diff)
downloadpango-f1e78584b7858889c72c904bf6e2fa3e5a785226.tar.gz
meson.build: Remove strap FontConfig items
Drop items that are actually not used.
-rw-r--r--meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/meson.build b/meson.build
index 788011fc..88a13733 100644
--- a/meson.build
+++ b/meson.build
@@ -270,7 +270,6 @@ cairo_pc = ''
cairo_lib = ''
freetype2_pc=''
fontconfig_pc=''
-fontconfig_lib=''
harfbuzz_dep = dependency('harfbuzz',
version: harfbuzz_req_version,
@@ -297,9 +296,6 @@ else
# Look for the Visual Studio-style import library if FontConfig's .pc file cannot be
# found on Visual Studio
fontconfig_dep = cc.find_library('fontconfig', required: fontconfig_option)
- if fontconfig_dep.found()
- fontconfig_lib = '-lfontconfig'
- endif
endif
endif