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

Modernize Meson script #73

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

Conversation

denizzzka
Copy link
Contributor

@denizzzka denizzzka commented Feb 5, 2024

  • Removes project_version and Co - Meson suggests different way to establish version compliance

  • Removes install stuff - we don't need install this small source library (we do not need to be able to install every package from code.dlang.org in a row)

  • Removes the meaningless division of deps variables to "source" or not

  • Removes pkgconfig stuff (why and whom was need this?)

  • Removes unnecessary for now build_machine.system() branch for MacOS

@denizzzka
Copy link
Contributor Author

How to test:

# cmd:                     similar to:
$ meson setup builddir/     # mkdir builddir && cmake
$ cd builddir/
$ ninja -j1 test            # make -j1 test

@denizzzka denizzzka marked this pull request as ready for review February 5, 2024 22:19
@denizzzka denizzzka marked this pull request as draft February 8, 2024 05:01
@denizzzka denizzzka marked this pull request as ready for review February 8, 2024 05:02
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

Successfully merging this pull request may close these issues.

None yet

1 participant