dril: don't build a rocket_dri.so

As Rocket has no graphics capability.

Fixes: 5b829658f7 ("rocket: Initial commit of a driver for Rockchip's NPU")
(cherry picked from commit a5daecafd3)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39745>
This commit is contained in:
Tomeu Vizoso 2025-11-18 11:36:43 +01:00 committed by Dylan Baker
parent 0d1a687a08
commit 0ef489a580
2 changed files with 2 additions and 3 deletions

View file

@ -624,7 +624,7 @@
"description": "dril: don't build a rocket_dri.so",
"nominated": true,
"nomination_type": 2,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "5b829658f74f8108fef7decf3fae5d317c85fd01",
"notes": null

View file

@ -124,8 +124,7 @@ foreach d : [[with_gallium_kmsro, [
[with_gallium_lima, 'lima_dri.so'],
[with_gallium_d3d12, 'd3d12_dri.so'],
[with_gallium_zink, 'zink_dri.so'],
[with_gallium_asahi, 'asahi_dri.so'],
[with_gallium_rocket, 'rocket_dri.so']]
[with_gallium_asahi, 'asahi_dri.so']]
if d[0]
dril_drivers += d[1]
endif