From 4ebf6877926d35c27738d79b127e93c1d1cee5d5 Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Mon, 15 Jan 2018 13:14:56 +0200 Subject: meson: Refactor get_option() calls for directories Fetch the configuration values in the toplevel meson.build for all subdirs to share. v2: Also remember tests/intel-ci/meson.build Signed-off-by: Petri Latvala Cc: Daniel Vetter Reviewed-by: Daniel Vetter --- tests/intel-ci/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/intel-ci') diff --git a/tests/intel-ci/meson.build b/tests/intel-ci/meson.build index 5394a2ff..b3abb848 100644 --- a/tests/intel-ci/meson.build +++ b/tests/intel-ci/meson.build @@ -5,4 +5,4 @@ intelci_files = [ 'README', ] -install_data(sources : intelci_files, install_dir : pkgdatadir) +install_data(sources : intelci_files, install_dir : datadir) -- cgit v1.2.3