Skip to content

meson: Call meson.override_dependency() if Meson is new enough#4472

Merged
Cyan4973 merged 1 commit into
facebook:devfrom
bgilbert:override_dependency
Sep 5, 2025
Merged

meson: Call meson.override_dependency() if Meson is new enough#4472
Cyan4973 merged 1 commit into
facebook:devfrom
bgilbert:override_dependency

Conversation

@bgilbert

Copy link
Copy Markdown
Contributor

This tells Meson that we intend libzstd_dep to be used by a parent project if the parent looks for a dependency named libzstd. Without this, the mapping from libzstd to our variable libzstd_dep must be encoded in the Meson wrap file or in the parent's meson.build.

This tells Meson that we intend libzstd_dep to be used by a parent project
if the parent looks for a dependency named "libzstd".  Without this, the
mapping from "libzstd" to our variable libzstd_dep must be encoded in the
Meson wrap file or in the parent's meson.build.
@meta-cla meta-cla Bot added the CLA Signed label Aug 28, 2025
@Cyan4973 Cyan4973 self-assigned this Aug 29, 2025
@Cyan4973
Cyan4973 merged commit 3580aa2 into facebook:dev Sep 5, 2025
104 checks passed
@bgilbert
bgilbert deleted the override_dependency branch September 6, 2025 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants