diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meson.build b/meson.build index 9d4a6fe0..db9241c6 100644 --- a/meson.build +++ b/meson.build @@ -223,9 +223,6 @@ fontconfig_dep = dependency('fontconfig', version: fontconfig_req_version, requi if fontconfig_dep.found() pango_deps += fontconfig_dep - if cc.has_function('FcWeightFromOpenType', dependencies: fontconfig_dep) - pango_conf.set('HAVE_FCWEIGHTFROMOPENTYPE', 1) - endif if cc.has_function('FcWeightFromOpenTypeDouble', dependencies: fontconfig_dep) pango_conf.set('HAVE_FCWEIGHTFROMOPENTYPEDOUBLE', 1) endif |