summaryrefslogtreecommitdiff
path: root/lib/meson.build
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2017-12-07 15:40:26 +0200
committerPetri Latvala <petri.latvala@intel.com>2017-12-21 11:21:43 +0200
commit1f53e0dcec7aae3c48f4ef2ca63af66a36f5c29f (patch)
tree439d2c2b7fb5833a14c8ea30b24cb56f91ebacf4 /lib/meson.build
parent4f12240f6991a12b3c58696e90ffb744f6f0b7bf (diff)
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 <petri.latvala@intel.com> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/meson.build')
-rw-r--r--lib/meson.build2
1 files changed, 0 insertions, 2 deletions
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')