diff mbox

[i-g-t,4/4] meson: Name the project intel-gpu-tools

Message ID 20180116111306.7080-4-petri.latvala@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Petri Latvala Jan. 16, 2018, 11:13 a.m. UTC
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(-)

Comments

Jani Nikula Jan. 17, 2018, 9:30 a.m. UTC | #1
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 mbox

Patch

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',