mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue