mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-23 08:29:09 +00:00
Attempt to fix AppImage and Steam Link build errors
This commit is contained in:
@@ -20,6 +20,10 @@ extern "C" {
|
||||
|
||||
#include <SDL_syswm.h>
|
||||
|
||||
#ifndef SDL_VIDEO_DRIVER_KMSDRM
|
||||
#error DRM renderer requires SDL built with --enable-video-kmsdrm
|
||||
#endif
|
||||
|
||||
DrmRenderer::DrmRenderer()
|
||||
: m_HwContext(nullptr),
|
||||
m_DrmFd(-1),
|
||||
|
||||
Reference in New Issue
Block a user