libexpr: remove liblixexpr_mstatic

It was supposed to be removed in 480fdf146d, as
it is not needed any more with the prelinked library. Due to a mistake in
rebase conflict resolution it reappeared by accident. Actually remove it now.

Change-Id: I6a6a6964d175fdb0ba0ad9ac55d4d22d7b27ad3f
This commit is contained in:
Alois Wohlschlager
2025-09-20 08:30:35 +00:00
committed by alois31
parent 3a4f9488f0
commit a7e1b23165
+1 -3
View File
@@ -342,9 +342,7 @@ liblixexpr = declare_dependency(
link_with : libexpr,
)
# FIXME: remove when https://git.lix.systems/lix-project/lix/issues/359 is fixed.
liblixexpr_mstatic = is_static ? liblixexpr.as_link_whole() : liblixexpr
meson.override_dependency('lix-expr', liblixexpr_mstatic)
meson.override_dependency('lix-expr', liblixexpr)
# FIXME: not using the pkg-config module because it creates way too many deps
# while meson migration is in progress, and we want to not include boost here