Message ID | 20180116111306.7080-4-petri.latvala@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, 16 Jan 2018, Petri Latvala <petri.latvala@intel.com> wrote:
> Eventually we're switching the official name to "IGT GPU Tools"
*shudder* at that tongue twister... :p
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',
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> --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)