diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:34:23 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-09 22:34:23 +0300 |
commit | ddf8fa4fa816d1878d5a7b381f4d00ef99e353bf (patch) | |
tree | 5d714ccfda1c25e64dcf17945237eacb7777e0bb | |
parent | 76b908f5d94c81ba6391c3d293633083ecdf61ce (diff) | |
download | repository-ddf8fa4fa816d1878d5a7b381f4d00ef99e353bf.tar.gz |
wlr-randr: use cl-meson
-rwxr-xr-x | wayland/wlr-randr/build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wayland/wlr-randr/build b/wayland/wlr-randr/build index 64ee0e20..20b55fd4 100755 --- a/wayland/wlr-randr/build +++ b/wayland/wlr-randr/build @@ -2,8 +2,7 @@ export DESTDIR="$1" -meson \ - --prefix=/usr \ +cl-meson \ . output ninja -C output |