Subproject X did not override X dependency and no variable name specified #10484
Answered
by
eli-schwartz
kraftwerk28
asked this question in
Q&A
-
I'm trying to build https://gitlab.gnome.org/raggesilver/blackbox, using the following [wrap-git]
url = https://gitlab.com/raggesilver/marble.git
revision = master But running WARNING: Subproject 'marble' did not override 'marble' dependency and no variable name specified
Dependency marble from subproject subprojects/marble found: NO How this can be solved? Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
eli-schwartz
Jun 12, 2022
Replies: 1 comment
-
https://gitlab.com/raggesilver/marble/-/blob/master/src/meson.build#L51 marble declares a variable |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kraftwerk28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gitlab.com/raggesilver/marble/-/blob/master/src/meson.build#L51
marble declares a variable
marble_lib_dep
, and Meson is suggesting that you should specify that as documented in https://mesonbuild.com/Wrap-dependency-system-manual.html#provide-section