From 1f653b4263ab980322ba82e12a028f2ac1f52024 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 16 Jan 2024 22:11:31 +0100 Subject: [PATCH] Restore support for nvctrl --- libva.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libva.spec b/libva.spec index bb12732..73c6091 100644 --- a/libva.spec +++ b/libva.spec @@ -2,7 +2,7 @@ Name: libva Version: 2.20.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Video Acceleration (VA) API for Linux # va/wayland/wayland-drm.xml is HPND-sell-variant # va/x11/va_dri* are ICU @@ -48,6 +48,7 @@ developing applications that use %{name}. %build %meson \ + -Dwith_legacy=nvctrl \ %{?_without_xorg: -Dwith_glx=no -Dwith_x11=no} \ %{?_without_wayland: -Dwith_wayland=no} @@ -78,6 +79,9 @@ developing applications that use %{name}. %{_libdir}/pkgconfig/libva*.pc %changelog +* Tue Jan 16 2024 Nicolas Chauvet - 2.20.0-2 +- Restore support for nvctrl + * Sun Sep 17 2023 Nicolas Chauvet - 2.20.0-1 - Update to 2.20.0