[Intel-gfx] [PATCH i-g-t 4/4] meson: Name the project intel-gpu-tools
Petri Latvala
petri.latvala at intel.com
Tue Jan 16 11:13:06 UTC 2018
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 <petri.latvala at intel.com>
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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',
--
2.14.1
More information about the Intel-gfx
mailing list