diff mbox

[i-g-t,1/6] meson: Don't install headers

Message ID 1512654031-22342-1-git-send-email-petri.latvala@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Petri Latvala Dec. 7, 2017, 1:40 p.m. UTC
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 <petri.latvala@intel.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
---
 lib/meson.build | 2 --
 1 file changed, 2 deletions(-)

Comments

Daniel Vetter Dec. 7, 2017, 5:51 p.m. UTC | #1
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 <petri.latvala@intel.com>
> Cc: Daniel Vetter <daniel.vetter@ffwll.ch>

Yeah we don't want the headers.

Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>


> ---
>  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
diff mbox

Patch

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