libva-intel-driver: updated meson syntax

This commit is contained in:
Tim Biermann 2022-01-03 14:29:40 +01:00
parent d2c8747fde
commit d324aee40f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wAmV33bJBu+XoGhdV67nOUOVDY4rrc1pG+6TMZRfA6EMCF2YT4dVoxnTSK5XhCl5iD5d8NkZ44/5YRBDc86TA8=
SHA256 (Pkgfile) = 226b20c794a9e9315ebccba91e0780d31da9f12958ea5e7b7ffc027ad85b57cb
RWSagIOpLGJF34M02T3Q2WsoOg8MhWVU5YpHVR0VCJWVQJs4iIehg4KfKirLKXWozl3EPzTRpgKK8tq4aYUQgEuFiIE9g/Q4bQ4=
SHA256 (Pkgfile) = 1b1319fb33518cd206cf0ce2096937b8f503f18295a18a2866543d3395a33732
SHA256 (.footprint) = 92cc0a35ffe0b36abeb6d1a68f1b5c2989ee4916dc6437ae5319fe7c02b31469
SHA256 (intel-vaapi-driver-2.4.1.tar.bz2) = 0081fce08eb3a83f7d99c3b853c8fdfa0af437b8f5b0fb7c66faeb83bcbe0c19

View File

@ -11,7 +11,10 @@ source=(https://github.com/intel/intel-vaapi-driver/releases/download/${version}
build() {
meson intel-vaapi-driver-$version build \
--prefix=/usr \
--buildtype=plain
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=true \
-D b_pie=true
ninja -C build
DESTDIR=$PKG ninja -C build install
}