From 1f53e0dcec7aae3c48f4ef2ca63af66a36f5c29f Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Thu, 7 Dec 2017 15:40:26 +0200 Subject: meson: Don't install headers 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 Reviewed-by: Daniel Vetter --- lib/meson.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index a32fe6d5..311e2342 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -145,8 +145,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') -- cgit v1.2.3