2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/extra/intel-vaapi-driver/build
Dylan Araps 21991b24a2
intel-vaapi-driver: bump to 2.4.1
Upstream sometimes don't create release tarballs. This makes it
impossible to keep up-to-date without perl and autotools installed.

With this release, the package will use meson instead.
2020-06-04 19:05:00 +03:00

14 lines
181 B
Bash
Executable File

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