Allow SDL to render with KMSDRM backend while Qt is also using DRM
This commit is contained in:
parent
e4df70cd56
commit
a88a3c9ea3
2 changed files with 141 additions and 0 deletions
|
|
@ -250,6 +250,11 @@ libdrm {
|
|||
DEFINES += HAVE_DRM
|
||||
SOURCES += streaming/video/ffmpeg-renderers/drm.cpp
|
||||
HEADERS += streaming/video/ffmpeg-renderers/drm.h
|
||||
|
||||
linux {
|
||||
message(Master hooks enabled)
|
||||
SOURCES += masterhook.c
|
||||
}
|
||||
}
|
||||
config_EGL {
|
||||
message(EGL renderer selected)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue