From 26ba29f75bcdb47b09e7e88686bca5f68736ace9 Mon Sep 17 00:00:00 2001 From: Faith Ekstrand Date: Mon, 26 May 2025 09:16:13 -0400 Subject: [PATCH] nouveau/mme: Don't install the HW tests Part-of: --- src/nouveau/mme/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nouveau/mme/meson.build b/src/nouveau/mme/meson.build index b392bcb2250..3f5a226275d 100644 --- a/src/nouveau/mme/meson.build +++ b/src/nouveau/mme/meson.build @@ -64,7 +64,7 @@ if with_tests and not with_platform_android idep_nouveau_mme, idep_nouveau_ws ], - install : true, + install : false, ) executable( @@ -80,7 +80,7 @@ if with_tests and not with_platform_android idep_nouveau_mme, idep_nouveau_ws ], - install : true, + install : false, ) endif