2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/xorg/xf86-video-intel/build
2020-11-20 07:32:34 +02:00

16 lines
244 B
Bash
Executable File

#!/bin/sh -e
export DESTDIR="$1"
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
meson \
--prefix=/usr \
--libexecdir=/usr/lib \
-Ddefault-dri=3 \
-Dxvmc=false \
-Dvalgrind=false \
. build
ninja -C build
ninja -C build install