mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 23:48:18 +02:00
meson/freedreno: only build libfreedreno_common when requested
All users already `link_with` it, either directly or through `idep_libfreedreno_common` (the latter should probably be preferred, but I'll leave that to someone else). Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41617>
This commit is contained in:
parent
7611673679
commit
dde7c7ed46
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ libfreedreno_common = static_library(
|
|||
],
|
||||
include_directories : [inc_freedreno, inc_include, inc_src],
|
||||
c_args : [no_override_init_args],
|
||||
build_by_default : true,
|
||||
build_by_default : false,
|
||||
dependencies: [idep_mesautil],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue