Re: [Intel-gfx] [PATCH i-g-t 1/6] meson: Don't install headers

2017-12-07 Thread Daniel Vetter
On Thu, Dec 07, 2017 at 03:40:26PM +0200, Petri Latvala wrote:
> Until we can at least check for a matching ABI, the only supported way
> of building is having the headers from the source checkout.
> 
> Signed-off-by: Petri Latvala 
> Cc: Daniel Vetter 

Yeah we don't want the headers.

Reviewed-by: Daniel Vetter 


> ---
>  lib/meson.build | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/lib/meson.build b/lib/meson.build
> index d06d85b4..a4973180 100644
> --- a/lib/meson.build
> +++ b/lib/meson.build
> @@ -143,8 +143,6 @@ if chamelium.found()
>   lib_sources += 'igt_chamelium.c'
>  endif
>  
> -install_headers(lib_headers)
> -
>  pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), 
> 'intel-gpu-tools')
>  srcdir = join_paths(meson.source_root(), 'tests')
>  
> -- 
> 2.14.1
> 
> ___
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx


[Intel-gfx] [PATCH i-g-t 1/6] meson: Don't install headers

2017-12-07 Thread Petri Latvala
Until we can at least check for a matching ABI, the only supported way
of building is having the headers from the source checkout.

Signed-off-by: Petri Latvala 
Cc: Daniel Vetter 
---
 lib/meson.build | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/meson.build b/lib/meson.build
index d06d85b4..a4973180 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -143,8 +143,6 @@ if chamelium.found()
lib_sources += 'igt_chamelium.c'
 endif
 
-install_headers(lib_headers)
-
 pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), 
'intel-gpu-tools')
 srcdir = join_paths(meson.source_root(), 'tests')
 
-- 
2.14.1

___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx