From 184a8d68ca072204d4efee069783614bb1bd610e Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Tue, 16 Jan 2018 12:32:46 +0200 Subject: meson: Name the project intel-gpu-tools Eventually we're switching the official name to "IGT GPU Tools", but right now there's still a lot of hardcoding to intel-gpu-tools that is to be fixed in the near future. Rename the project in toplevel meson.build to intel-gpu-tools to get meson to generate tarballs roughly the same as autotools in 'dist'. Signed-off-by: Petri Latvala Reviewed-by: Arkadiusz Hiler --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 0950d3c7..36403352 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('IGT gpu tests', 'c', +project('intel-gpu-tools', 'c', version : '1.20', default_options: [ 'warning_level=2', -- cgit v1.2.3