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

Add Meson build system #193

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add Meson build system #193

wants to merge 3 commits into from

Commits on Aug 4, 2024

  1. build: Substitute doc configs

    Since Meson uses out-of-tree builds, we need to make the paths
    in the config replaceable before we can switch to Meson.
    jtojnar committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    a442b86 View commit details
    Browse the repository at this point in the history
  2. Add Meson build system

    Co-authored-by: Jan Tojnar <[email protected]>
    Co-authored-by: Félix Piédallu <[email protected]>
    3 people committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    021ecc2 View commit details
    Browse the repository at this point in the history
  3. Update developer docs to use Meson

    Autotools are now deprecated.
    
    Also remove a maintenance script that is now handled by Meson.
    jtojnar committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    c9243c0 View commit details
    Browse the repository at this point in the history