mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
build: override versioned name
Match the pkg-config name in the meson.override_dependency() call.
Fixes: 4b4f76cc13
("Version pkgconfig, headers, and library for parallel installation")
This commit is contained in:
parent
dc5996a8b4
commit
4a093c1082
@ -194,7 +194,7 @@ wlroots = declare_dependency(
|
||||
variables: wlr_vars,
|
||||
)
|
||||
|
||||
meson.override_dependency('wlroots', wlroots)
|
||||
meson.override_dependency(versioned_name, wlroots)
|
||||
|
||||
summary(features + internal_features, bool_yn: true)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user