From 278fb845b25c510b71fd1810aa09d59da4abb41e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garc=C3=ADa=20Moreno?= Date: Wed, 8 Nov 2017 13:37:20 +0100 Subject: [PATCH] Better meson.build file to compile with cargo --- configure | 9 +-------- meson.build | 11 ++++++----- scripts/cargo.sh | 2 +- 3 files changed, 8 insertions(+), 14 deletions(-) diff --git a/configure b/configure index 4f4f1a97..19525725 100755 --- a/configure +++ b/configure @@ -81,10 +81,6 @@ sanitycheck MESON 'meson' sanitycheck MESONTEST 'mesontest' sanitycheck NINJA 'ninja' 'ninja-build' -declare -A default_options=( - ['introspection']=true -) - declare -A meson_options while (($# > 0)); do @@ -137,7 +133,7 @@ cat > Makefile <