mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 03:00:23 +01:00
nouveau/mme: Don't install the HW tests
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35163>
(cherry picked from commit 26ba29f75b)
This commit is contained in:
parent
4483824a0a
commit
7e0c8b8efd
2 changed files with 3 additions and 3 deletions
|
|
@ -4264,7 +4264,7 @@
|
|||
"description": "nouveau/mme: Don't install the HW tests",
|
||||
"nominated": false,
|
||||
"nomination_type": 0,
|
||||
"resolution": 4,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue