summaryrefslogtreecommitdiff
path: root/guix/build-system/meson.scm
AgeCommit message (Expand)Author
2021-12-20build-system/meson: Define build variables when cross-compiling.Ludovic Courtès
2021-11-11build: meson: Replace the 'test-target' argument by 'test-options'.Maxim Cournoyer
2021-09-25gexp: Leave grafting as is when lowering allowed/disallowed references.Ludovic Courtès
2021-09-20build-system/meson: Allow 'configure-flags' to be a G-exp.Maxime Devos
2021-07-14build-system/meson: Support cross-compilation.Maxime Devos
2021-03-30build-system: Use 'sexp->gexp' for plain sexps.Ludovic Courtès
2021-03-30build-system: Rewrite using gexps.Ludovic Courtès
2021-02-01gnu: meson-for-build: Remove package.Maxim Cournoyer
2020-02-06gnu: gcc: Switch back to using 'C_INCLUDE_PATH' instead of 'CPATH'.Ludovic Courtès
2019-07-07build-system/meson: Enable compiler optimizations.Marius Bakke
2019-03-21build-system/meson: Add #:allowed-references and #:disallowed-references.Marius Bakke
2018-08-22build-system/meson: Strip RUNPATH and remove PatchELF traces.Marius Bakke
2018-07-28build-system/meson: Remove RUNPATH workarounds.Marius Bakke
2018-07-02build-system/meson: Really skip the 'fix-runpath' phase on armhf.Marius Bakke
2018-03-20Revert "build-system/meson: Use 'target-arm32?' for armhf-linux case."Marius Bakke
2018-03-19build-system/meson: Use 'target-arm32?' for armhf-linux case.Efraim Flashner
2018-03-12build-system/meson: Skip the 'fix-runpath' phase on armhf.Marius Bakke
2017-09-26build-system: meson: Fix typo in variable name.Mohammed Sadiq
2017-09-16build-system: Add 'meson-build-system'.Peter Mikkelsen