aboutsummaryrefslogtreecommitdiff
path: root/wayland/sway/build
blob: 2bee3ccee6e3caefe7a33483ce5b00c4a1f64af3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh -e

export DESTDIR="$1"

cl-meson \
    -Dgdk-pixbuf=enabled \
    -Dxwayland=enabled \
    -Dman-pages=enabled \
    -Dfish-completions=false \
    . output

ninja -C output
ninja -C output install