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 support for meson/muon #30

Open
trufae opened this issue Oct 16, 2022 · 0 comments
Open

Add support for meson/muon #30

trufae opened this issue Oct 16, 2022 · 0 comments

Comments

@trufae
Copy link
Collaborator

trufae commented Oct 16, 2022

A project can have:

  • configure.acr - specify configuration options compatible with gnu autoconf
  • meson.build

when the USE_MESON directive is set, the configure script can do the following things:

  • install muon and samu if meson/ninja not available
  • create a makefile that runs: ninja -C build
  • run meson build and pass-thru the given options to the acr script.

This way we can keep using ./configure and make, make install but having the whole logic defined in meson.

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

No branches or pull requests

1 participant