Attempt to fix AppImage and Steam Link build errors

This commit is contained in:
Cameron Gutman
2021-01-31 14:48:42 -06:00
parent baffab62ce
commit f173b3ff09
3 changed files with 8 additions and 11 deletions

View File

@@ -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),