meson: do not compile libisaspec unless used

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34123>
This commit is contained in:
Eric Engestrom 2025-03-21 19:13:26 +01:00 committed by Marge Bot
parent 32d25075ae
commit 90a84862c6

View file

@ -13,4 +13,5 @@ libisaspec = static_library(
['isaspec.c'],
dependencies: [idep_mesautil],
gnu_symbol_visibility: 'hidden',
build_by_default : false,
)