diff options
author | Squibid <me@zacharyscheiman.com> | 2025-02-10 19:44:12 -0600 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2025-02-10 19:44:12 -0600 |
commit | 40d7e46d3c072921a356f71cd81080c9ad64ecc2 (patch) | |
tree | acfbcbda5380fdc49e9543e3b94c562f560316bb /pre_build.sh | |
parent | aa69ed81b558f74e470e69cdcd442f9048ee624c (diff) | |
download | dwl-40d7e46d3c072921a356f71cd81080c9ad64ecc2.tar.gz dwl-40d7e46d3c072921a356f71cd81080c9ad64ecc2.tar.bz2 dwl-40d7e46d3c072921a356f71cd81080c9ad64ecc2.zip |
build with the latest version of wlroots
Diffstat (limited to 'pre_build.sh')
-rwxr-xr-x | pre_build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pre_build.sh b/pre_build.sh new file mode 100755 index 0000000..226007b --- /dev/null +++ b/pre_build.sh @@ -0,0 +1,2 @@ +#!/bin/sh +(cd wlroots && meson setup build -Dwrap_mode=default && ninja -C build) |