summaryrefslogtreecommitdiff
path: root/libva/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'libva/Pkgfile')
-rw-r--r--libva/Pkgfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/libva/Pkgfile b/libva/Pkgfile
index 049ab34d..0712db8f 100644
--- a/libva/Pkgfile
+++ b/libva/Pkgfile
@@ -5,15 +5,17 @@
# Optional: wayland-protocols
name=libva
-version=2.16.0
+version=2.17.0
release=1
source=(https://github.com/intel/libva/archive/$version/$name-$version.tar.gz)
build() {
+ CFLAGS+=" -DENABLE_VA_MESSAGING" \
meson setup build $name-$version \
--prefix=/usr \
--buildtype=plain \
--wrap-mode nodownload \
+ -D b_lto=true \
-D b_pie=true
meson compile -C build -j ${JOBS:-1}

Generated by cgit