From e0cf7b869fb1c6b73cf4a9aad2fc8aea4ff1f6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 23 Feb 2021 10:33:23 +0000 Subject: meson: add symbol-lookup option to allow disabling bfd/libiberty usage Can be used to workaround build issues caused by changes in the bfd API until those have been resolved. https://gitlab.freedesktop.org/cairo/cairo/-/issues/460 https://gitlab.freedesktop.org/cairo/cairo/-/issues/391 --- meson_options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 5cafe8bda..2b4b46f7b 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -30,6 +30,8 @@ option('gtk2-utils', type : 'feature', value : 'disabled') # Misc deps option('glib', type : 'feature', value : 'auto') option('spectre', type : 'feature', value : 'auto') +option('symbol-lookup', type: 'feature', value : 'auto', + description: 'Symbol lookup in debug utils via binutils/bfd') # FIXME: implement these to avoid automagic #option('egl', type : 'feature', value : 'auto') -- cgit v1.2.1