From eccae1360d6d01e73c6af2bd97122cef708207ef Mon Sep 17 00:00:00 2001 From: Arkadiusz Hiler Date: Tue, 15 May 2018 14:07:50 +0300 Subject: igt: Drop Intel from the name in docs and paths This is just a simple change to reflect the actual state. No rewording yet, just a simple substitution in most visible places - docs, README and paths. There are probably some leftovers here and there, but we can let them be for now, this is already well overdue. v2: fixed couple of obvious leftovers pointed out by Petri Cc: Petri Latvala Cc: Daniel Vetter Signed-off-by: Arkadiusz Hiler Acked-by: Harry Wentland Reviewed-by: Petri Latvala --- meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index 5b783e5d..cd736d8e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('intel-gpu-tools', 'c', +project('igt-gpu-tools', 'c', version : '1.22', default_options: [ 'warning_level=2', @@ -125,10 +125,10 @@ configure_file(output: 'config.h', install: false, configuration: config) prefix = get_option('prefix') bindir = get_option('bindir') -datadir = join_paths(get_option('datadir'), 'intel-gpu-tools') +datadir = join_paths(get_option('datadir'), 'igt-gpu-tools') includedir = get_option('includedir') libdir = get_option('libdir') -libexecdir = join_paths(get_option('libexecdir'), 'intel-gpu-tools') +libexecdir = join_paths(get_option('libexecdir'), 'igt-gpu-tools') mandir = get_option('mandir') pkgconfigdir = join_paths(libdir, 'pkgconfig') -- cgit v1.2.3