Skip to content
Discussion options

You must be logged in to vote

You can have foo-1.0.wrap with directory=foo-1.0 and foo-2.0.wrap with directory=foo-2.0. You can then use them as dependency('foo-1.0', fallback: ['foo-1.0', 'foo_dep']) and dependency('foo-2.0', fallback: ['foo-2.0', 'foo_dep']). So basically, add the version into the wrap, directory and dependency names.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@georgev93
Comment options

Answer selected by georgev93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants