summaryrefslogtreecommitdiffstats
path: root/rules/igt-gpu-tools.in
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2019-07-01 14:26:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-07-01 14:53:18 +0200
commit82cf77569cb8d1ea226b99fe1396a2fec8b22626 (patch)
treea8f008f76623c8358ba072482d58241c04c1e59d /rules/igt-gpu-tools.in
parent48b196eae1f1097de0f1c506d954dd9fceb3b2f0 (diff)
downloadptxdist-82cf77569cb8d1ea226b99fe1396a2fec8b22626.tar.gz
ptxdist-82cf77569cb8d1ea226b99fe1396a2fec8b22626.tar.xz
igt-gpu-tools: version bump 1.23 -> 1.24
- version bump - some configuration options changed from bool to enabled/disabled/auto - igt now has a standalone test runner Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/igt-gpu-tools.in')
-rw-r--r--rules/igt-gpu-tools.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/igt-gpu-tools.in b/rules/igt-gpu-tools.in
index e0a078d7d..92cb4d19a 100644
--- a/rules/igt-gpu-tools.in
+++ b/rules/igt-gpu-tools.in
@@ -14,6 +14,7 @@ menuconfig IGT_GPU_TOOLS
select UDEV
select UDEV_LIBUDEV
select ZLIB
+ select JSON_C if IGT_GPU_TOOLS_TEST_RUNNER
prompt "igt-gpu-tools"
help
igt-gpu-tools is a package of tools for debugging the Intel
@@ -39,4 +40,12 @@ config IGT_GPU_TOOLS_TESTS
bool
prompt "build and install tests"
+if IGT_GPU_TOOLS_TESTS
+
+config IGT_GPU_TOOLS_TEST_RUNNER
+ bool
+ prompt "build and install igt test runner"
+
+endif
+
endif