summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2018-01-16 12:32:46 +0200
committerPetri Latvala <petri.latvala@intel.com>2018-01-16 12:32:46 +0200
commit184a8d68ca072204d4efee069783614bb1bd610e (patch)
treea93b766740e5677405d04e4f532fdcbd59dbf8d9 /meson.build
parentc8355d0c783ee419ba53f46d07024533d3ce66b8 (diff)
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 <petri.latvala@intel.com> Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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',