Attempt to fix AppImage and Steam Link build errors
This commit is contained in:
parent
baffab62ce
commit
f173b3ff09
3 changed files with 8 additions and 11 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue