mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 15:12:26 +00:00
Adjust README to reflect change regarding b_lundef
With Meson >=0.48.0 it is no longer necessary to pass the flag "-D b_lundef=false" on FreeBSD.
This commit is contained in:
parent
57ce896688
commit
aacf0c427f
@ -74,8 +74,8 @@ Run these commands:
|
|||||||
meson build
|
meson build
|
||||||
ninja -C build
|
ninja -C build
|
||||||
|
|
||||||
On FreeBSD, you need to pass an extra flag to prevent a linking error:
|
If you use Meson older than 0.48.0 on FreeBSD, you need to pass an extra flag
|
||||||
`meson build -D b_lundef=false`.
|
to prevent a linking error: `meson build -D b_lundef=false`.
|
||||||
|
|
||||||
Install like so:
|
Install like so:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user