feat(display)!: Add libdisplaydevice dependency and output name mapping (#2894)

This commit is contained in:
Lukas Senionis 2024-12-11 21:17:44 +02:00 committed by GitHub
commit 1543f584ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 327 additions and 101 deletions

4
.gitmodules vendored
View file

@ -22,6 +22,10 @@
path = third-party/inputtino
url = https://github.com/games-on-whales/inputtino.git
branch = stable
[submodule "third-party/libdisplaydevice"]
path = third-party/libdisplaydevice
url = https://github.com/LizardByte/libdisplaydevice.git
branch = master
[submodule "third-party/moonlight-common-c"]
path = third-party/moonlight-common-c
url = https://github.com/moonlight-stream/moonlight-common-c.git