aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-09 22:33:50 +0300
committerCem Keylan <cem@ckyln.com>2021-09-09 22:33:50 +0300
commit76b908f5d94c81ba6391c3d293633083ecdf61ce (patch)
tree25cea426d8f4277d64d77735d4b839d58dae90a2 /wayland
parente9b7d261eb41f2292d115eb6c7999fd807d9479b (diff)
downloadrepository-76b908f5d94c81ba6391c3d293633083ecdf61ce.tar.gz
wl-clipboard: use cl-meson
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/wl-clipboard/build5
1 files changed, 2 insertions, 3 deletions
diff --git a/wayland/wl-clipboard/build b/wayland/wl-clipboard/build
index 8a89f78b..7645e195 100755
--- a/wayland/wl-clipboard/build
+++ b/wayland/wl-clipboard/build
@@ -1,9 +1,8 @@
#!/bin/sh -e
-export DESTDIR="$1"
+export DESTDIR=$1
-meson \
- --prefix=/usr \
+cl-meson \
. output
ninja -C output