aboutsummaryrefslogtreecommitdiff
path: root/extra/libdrm/build
blob: 9d1a42c73b368c4d8372ccff1a8b20b09faeb9d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh -e

export DESTDIR="$1"

# Symbolic link loop on tests
clsed '/^test(/,/^)/d' intel/meson.build

cl-meson \
    --auto-features=auto \
    -Ddefault_library=both \
    -Dcairo-tests=disabled \
    -Dvalgrind=disabled \
    . output

ninja -C output
ninja -C output install