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

Avoid using git submodules for meson build #60

Closed

Commits on Nov 30, 2020

  1. meson: add system-fmt option

    Signed-off-by: Peter Seiderer <ps.report@gmx.net>
    ---
    Changes v1 -> v2:
      - renamed use-system-fmt to system-fmt option
    pseiderer committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    706b800 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. meson: add system-pybind11 option

    Add system-pybind11 option (dependency only required if pykms is enabled).
    
    Signed-off-by: Peter Seiderer <ps.report@gmx.net>
    ---
    Changes v2 -> v3:
      - build pykms only if pybind11 dependency is found
    Changes v1 -> v2:
      - renamed use-system-pybind11 to system-pybind11 option
      - change system-pybind11 dependency only required if pykms is enabled
    pseiderer committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    6a507ae View commit details
    Browse the repository at this point in the history