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