diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-09-02 22:36:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-02 22:36:04 +0200 |
| commit | 3dd7321939c4fcdbbfc456e0acdc330f0d13caa3 (patch) | |
| tree | c41fd2d91603a881d5d50a046604ebae880cd84c /platform/linuxbsd/SCsub | |
| parent | 33b4153764980eaaeb11e74d6ed4a158136287e4 (diff) | |
| parent | 471c9c296935fb1cf997f2ef5ef8883b3ebf941c (diff) | |
Merge pull request #65115 from raulsntos/linux/dark-mode
Diffstat (limited to 'platform/linuxbsd/SCsub')
| -rw-r--r-- | platform/linuxbsd/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/linuxbsd/SCsub b/platform/linuxbsd/SCsub index 35c41556ee..91d45627b9 100644 --- a/platform/linuxbsd/SCsub +++ b/platform/linuxbsd/SCsub @@ -9,6 +9,7 @@ common_linuxbsd = [ "crash_handler_linuxbsd.cpp", "os_linuxbsd.cpp", "joypad_linux.cpp", + "freedesktop_portal_desktop.cpp", "freedesktop_screensaver.cpp", ] |