2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 14:50:07 -07:00
repo/extra/intel-vaapi-driver/build
2024-12-08 16:44:45 -06:00

13 lines
156 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < wl_drm-optional.patch
export DESTDIR="$1"
meson setup \
-Dprefix=/usr \
output
ninja -C output
ninja -C output install