Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't check version for fallback not-found dependency #3987

Merged
merged 1 commit into from Aug 8, 2018

Conversation

nirbheek
Copy link
Member

@nirbheek nirbheek commented Aug 7, 2018

Otherwise we get an error while checking the subproject version:

Uncomparable version string 'none'.

If the dependency was found as a not-found dependency in the
subproject and is not required, just take it.

Otherwise we get an error while checking the subproject version:

  Uncomparable version string 'none'.

If the dependency was found as a not-found dependency in the
subproject and is not required, just take it.
@nirbheek nirbheek added this to the 0.47.2 milestone Aug 7, 2018
gnomesysadmins pushed a commit to GNOME/glib that referenced this pull request Aug 7, 2018
Otherwise when other projects such as gstreamer try to use giounix_dep
on Windows with a version check, meson errors out.

This is a Meson bug, but this is more correct since the type of the
dependency is now the same in all cases and it will take a while for
the fix to propagate anyway.

See: mesonbuild/meson#3987
@jpakkane jpakkane merged commit a8694f4 into master Aug 8, 2018
@jpakkane jpakkane deleted the nirbheek/dont-compare-version-notfound-dep branch August 8, 2018 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants