[Bug 279186] devel/meson: Don't hardcode run-time dependency
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 279186] devel/meson: Don't hardcode run-time dependency"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 May 2024 01:26:35 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279186 --- Comment #4 from Jan Beich <jbeich@FreeBSD.org> --- (In reply to Daniel Engberg from comment #2) Lots of CI configs for FreeBSD (e.g., basu, seatd, picom, libva, libwacom, wlroots) expect the following to work: $ pkg install meson $ meson setup _build $ meson compile -C _build Without either ninja or samu installed "meson setup" would fail unless meson.build is very simple to support --backend=none. -- You are receiving this mail because: You are the assignee for the bug.