updated Arch dependencies, fixed gbm, mesa names #412
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As discussed on irc, the dependencies in the
README.mdcould use a work over.The Arch Linux declared dependencies are reduced, due to some being included as dependencies of others. I've submitted a comment to the AUR package to reflect these changes. You can see that comment here:
https://aur.archlinux.org/packages/wayvnc-git#comment-1048282
The full name for the
libgbmandpkg-configas offered bydnfon fedora have prefixes that get auto-fixed when being installed. I've added the prefix to avoid confusion.Finally,
gbm.hon Ubuntu is offered in the libgbm-dev. It is an optional dep, but the end user can easily see what would be needed if they desire to have that functionality.The Arch dependencies are tested and fully complete. I did not look deeper into the
dnfandaptdependencies, and as such there may still be some corrections that can be made.