From ea8bccd508a31bd883f16b0dec15c8ca4a72700d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 1 Nov 2023 17:39:24 -0500 Subject: [PATCH] Fix typo causing libva-drm only to be enabled if libva-wayland is present --- app/app.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.pro b/app/app.pro index 2690273e..0fc59379 100644 --- a/app/app.pro +++ b/app/app.pro @@ -267,7 +267,7 @@ libva-wayland { PKGCONFIG += libva-wayland DEFINES += HAVE_LIBVA_WAYLAND } -libva-wayland { +libva-drm { message(VAAPI DRM support enabled) PKGCONFIG += libva-drm