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

export DESTDIR="$1"

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

meson \
    --prefix=/usr \
    -Dcairo-tests=false \
    -Dvalgrind=false \
    . output

ninja -C output
ninja -C output install