From 2908e4c60a4857c99c9803ca1fd8e6bb18fcb7a5 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 30 Oct 2018 13:22:12 +0100 Subject: lib: Make libunwind optional again Apparently it's really not great to require it for a bunch of platforms. Requested by Sean and Eric. v2: Use combo option (Petri). v3: Fix the right option (Petri) v4: try a bit harder ... v5: Even more simplification (Dylan) Cc: Dylan Baker Cc: Petri Latvala Reviewed-by: Eric Anholt (v1) Reviewed-by: Petri Latvala Cc: Sean Paul Cc: Eric Anholt Signed-off-by: Daniel Vetter --- meson_options.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 89a3731c..0cd3b350 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -52,6 +52,12 @@ option('with_libdrm', choices : ['', 'auto', 'intel', 'nouveau', 'amdgpu'], description : 'libdrm libraries to be used') +option('with_libunwind', + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'Use libunwind') + option('build_runner', type : 'combo', value : 'auto', -- cgit v1.2.3