GNOME Bugzilla – Bug 792363
build: Only enable freetype if fontconfig is also available
Last modified: 2018-01-10 10:59:10 UTC
Trivial patch to make meson.build match configure.ac.
Created attachment 366541 [details] [review] build: Only enable freetype if fontconfig is also available This changes meson.build to match what configure.ac already does. The code doesn’t have separate conditions for whether fontconfig and freetype are available: if freetype compilation is enabled, it assumes that fontconfig is also available. Previously, systems with freetype available, but no fontconfig, would fail to compile Pango due to trying to link against non-existent fontconfig symbols. Signed-off-by: Philip Withnall <withnall@endlessm.com>
Reviewed by Emmanuele on IRC. Attachment 366541 [details] pushed as 1addea2 - build: Only enable freetype if fontconfig is also available