2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/intel-vaapi-driver/build
2021-07-18 05:28:18 +03:00

12 lines
160 B
Bash
Executable File

#!/bin/sh -e
# Fix build fail with GCC 10.
export CFLAGS="$CFLAGS -fcommon"
meson \
--prefix=/usr \
. output
ninja -C output
ninja -C output install