All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 1/6] meson: Don't install headers
@ 2017-12-07 13:40 Petri Latvala
  2017-12-07 13:40 ` [PATCH i-g-t 2/6] meson: Don't install selfcheck binaries Petri Latvala
                   ` (9 more replies)
  0 siblings, 10 replies; 23+ messages in thread
From: Petri Latvala @ 2017-12-07 13:40 UTC (permalink / raw)
  To: intel-gfx; +Cc: Daniel Vetter

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

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

^ permalink raw reply related	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2017-12-19 10:34 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-07 13:40 [PATCH i-g-t 1/6] meson: Don't install headers Petri Latvala
2017-12-07 13:40 ` [PATCH i-g-t 2/6] meson: Don't install selfcheck binaries Petri Latvala
2017-12-07 16:35   ` Ville Syrjälä
2017-12-07 13:40 ` [PATCH i-g-t 3/6] meson: Install benchmarks to $libexec/intel-gpu-tools/benchmarks Petri Latvala
2017-12-07 16:32   ` Ville Syrjälä
2017-12-07 17:52     ` Daniel Vetter
2017-12-12 10:43       ` Petri Latvala
2017-12-07 16:48   ` Chris Wilson
2017-12-07 13:40 ` [PATCH i-g-t 4/6] meson: Install test-list.txt to libexecdir Petri Latvala
2017-12-07 16:29   ` Ville Syrjälä
2017-12-12 10:47     ` Petri Latvala
2017-12-12 10:50     ` [PATCH i-g-t v2 1/1] " Petri Latvala
2017-12-07 13:40 ` [PATCH i-g-t 5/6] meson: Also install gem_stress Petri Latvala
2017-12-07 16:36   ` Ville Syrjälä
2017-12-07 13:40 ` [PATCH i-g-t 6/6] meson: Install .testlist files Petri Latvala
2017-12-07 16:38   ` Ville Syrjälä
2017-12-12 11:07     ` [PATCH i-g-t v2 1/1] meson: Install .testlist files and README from tests/intel-ci Petri Latvala
2017-12-19 10:34       ` Daniel Vetter
2017-12-07 17:51 ` [PATCH i-g-t 1/6] meson: Don't install headers Daniel Vetter
2017-12-07 19:00 ` ✓ Fi.CI.BAT: success for series starting with [1/6] " Patchwork
2017-12-07 22:57 ` ✗ Fi.CI.IGT: failure " Patchwork
2017-12-12 14:16 ` ✓ Fi.CI.BAT: success for series starting with [1/6] meson: Don't install headers (rev3) Patchwork
2017-12-12 16:00 ` ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.