Use capnhook from upstream repository #60

Open
opened 2020-08-21 17:05:31 +03:00 by icex2 · 0 comments
icex2 commented 2020-08-21 17:05:31 +03:00 (Migrated from github.com)

Since meson (see #23) didn't happen so far due to various complications, using upstream capnhook from https://github.com/decafcode/capnhook is still something that we should have in order to stay up-to-date with any upstream changes.

This should not be fairly complex to achieve:

  • Have a text file that defines external git repositories to pull imports from. This includes a commit ID to checkout to avoid pulling implicit updates
  • On compilation, if the import is missing, automatically pull and checkout the defined revision
Since meson (see #23) didn't happen so far due to various complications, using upstream capnhook from https://github.com/decafcode/capnhook is still something that we should have in order to stay up-to-date with any upstream changes. This should not be fairly complex to achieve: - Have a text file that defines external git repositories to pull imports from. This includes a commit ID to checkout to avoid pulling implicit updates - On compilation, if the import is missing, automatically pull and checkout the defined revision
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/djhackersdev_bemanitools#60