asahi: Drop unnecessary idep_mesaclc dependency
Fixes build with `-Dmesa-clc=system`. Backport-to: 25.1 Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Signed-off-by: Janne Grunau <j@jannau.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34693> (cherry picked from commit a228d715b6b3fad7a98dab8807ba5b8d9411c5b3)
This commit is contained in:

committed by
Eric Engestrom

parent
afe870756d
commit
449a7f98c7
@@ -244,7 +244,7 @@
|
||||
"description": "asahi: Drop unnecessary idep_mesaclc dependency",
|
||||
"nominated": true,
|
||||
"nomination_type": 4,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
@@ -23,7 +23,7 @@ libasahi = static_library(
|
||||
include_directories : [inc_gallium_aux, inc_gallium, inc_include, inc_src, inc_asahi, inc_virtio_gpu, inc_virtio_vdrm],
|
||||
c_args : [c_msvc_compat_args, '-Wno-c2x-extensions'],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
dependencies : [idep_nir, idep_mesautil, idep_agx_pack, dep_libdrm, idep_mesaclc, idep_libagx, idep_libagx_shaders_h],
|
||||
dependencies : [idep_nir, idep_mesautil, idep_agx_pack, dep_libdrm, idep_libagx, idep_libagx_shaders_h],
|
||||
)
|
||||
|
||||
driver_asahi = declare_dependency(
|
||||
|
Reference in New Issue
Block a user