mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2025-01-24 08:35:01 +00:00
Fix typo causing libva-drm only to be enabled if libva-wayland is present
This commit is contained in:
parent
413993ab6f
commit
ea8bccd508
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ libva-wayland {
|
||||||
PKGCONFIG += libva-wayland
|
PKGCONFIG += libva-wayland
|
||||||
DEFINES += HAVE_LIBVA_WAYLAND
|
DEFINES += HAVE_LIBVA_WAYLAND
|
||||||
}
|
}
|
||||||
libva-wayland {
|
libva-drm {
|
||||||
message(VAAPI DRM support enabled)
|
message(VAAPI DRM support enabled)
|
||||||
|
|
||||||
PKGCONFIG += libva-drm
|
PKGCONFIG += libva-drm
|
||||||
|
|
Loading…
Reference in a new issue