mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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>
This commit is contained in:
parent
007d7418f8
commit
a228d715b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue