[Intel-gfx] [PATCH i-g-t 1/6] meson: Don't install headers
Petri Latvala
petri.latvala at intel.com
Thu Dec 7 13:40:26 UTC 2017
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 at intel.com>
Cc: Daniel Vetter <daniel.vetter at 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
More information about the Intel-gfx
mailing list