public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 0/6] meson/tools: split lightweight igt core and reduce tool dependencies
@ 2026-02-04 14:16 Sebastian Brzezinka
  2026-02-04 14:16 ` [PATCH i-g-t 1/6] tools/meson: make per-tool dependencies instead of using global deps Sebastian Brzezinka
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Sebastian Brzezinka @ 2026-02-04 14:16 UTC (permalink / raw)
  To: igt-dev; +Cc: Sebastian Brzezinka, krzysztof.karas, kamil.konieczny

This patch series continues the effort to reduce unnecessary build-time
and runtime dependencies in IGT tools by clearly separating a lightweight
core subset from the full IGT library and by making tool dependencies
explicit in Meson.

The primary motivation is to allow simple utilities (such as lsgpu) to
build and run without pulling in heavyweight graphical dependencies
(Cairo, Pixman, X11, etc.), while improving maintainability and clarity
of the Meson build files.

Cc: krzysztof.karas@intel.com
Cc: kamil.konieczny@linux.intel.com

Sebastian Brzezinka (6):
  tools/meson: make per-tool dependencies instead of using global deps
  tools/meson: sort tools_progs entries
  tools/meson: normalize tool dependencies and executable definitions
  tools/lsgpu: drop cairo and switch to igt_core
  lib/igt_tools_stub: Add igt_load_igtrc() stub implementation
  lib/meson: build core sources as per-file static libs with minimal
    deps

 lib/igt_tools_stub.c |  43 +++++++++++++
 lib/meson.build      |  42 ++++++++++++
 tools/lsgpu.c        |   3 +-
 tools/meson.build    | 150 ++++++++++++++++++++-----------------------
 4 files changed, 157 insertions(+), 81 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-02-11 15:41 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 14:16 [PATCH i-g-t 0/6] meson/tools: split lightweight igt core and reduce tool dependencies Sebastian Brzezinka
2026-02-04 14:16 ` [PATCH i-g-t 1/6] tools/meson: make per-tool dependencies instead of using global deps Sebastian Brzezinka
2026-02-09  7:36   ` Krzysztof Karas
2026-02-11 15:40   ` Kamil Konieczny
2026-02-04 14:16 ` [PATCH i-g-t 2/6] tools/meson: sort tools_progs entries Sebastian Brzezinka
2026-02-09  7:54   ` Krzysztof Karas
2026-02-04 14:16 ` [PATCH i-g-t 3/6] tools/meson: normalize tool dependencies and executable definitions Sebastian Brzezinka
2026-02-09  8:38   ` Krzysztof Karas
2026-02-04 14:16 ` [PATCH i-g-t 4/6] tools/lsgpu: drop cairo and switch to igt_core Sebastian Brzezinka
2026-02-09  8:45   ` Krzysztof Karas
2026-02-04 14:16 ` [PATCH i-g-t 5/6] lib/igt_tools_stub: Add igt_load_igtrc() stub implementation Sebastian Brzezinka
2026-02-09 10:11   ` Krzysztof Karas
2026-02-04 14:16 ` [PATCH i-g-t 6/6] lib/meson: build core sources as per-file static libs with minimal deps Sebastian Brzezinka
2026-02-09 10:41   ` Krzysztof Karas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox