# HG changeset patch # User Scoopta # Date 1674956126 28800 # Sat Jan 28 17:35:26 2023 -0800 # Node ID a48763b63f96eac0af7fb45a2e5929206cf5b7b3 # Parent 39cfab32d49a8e5c4f1de671a580e2713db0182e Updated meson command in readme diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Building hg clone https://hg.sr.ht/~scoopta/wlrobs cd wlrobs - meson build + meson setup build ninja -C build The screencopy backend can be disabled with the `-Duse_scpy=false` meson option, likewise dmabuf can be disabled with `-Duse_dmabuf=false`