diff options
author | Riteo <riteo@posteo.net> | 2023-01-23 20:37:19 +0100 |
---|---|---|
committer | Riteo <riteo@posteo.net> | 2023-01-25 03:28:13 +0100 |
commit | beaff2f5cb54cbad4ad072ff124553f08bc6444d (patch) | |
tree | 69497f3c4afebda6bfb8bcf7fa83f2195d6b0e18 /platform/linuxbsd/SCsub | |
parent | 4fa6edc888cfacd5346bf08afa14b5f5a9bd6d0c (diff) | |
download | redot-engine-beaff2f5cb54cbad4ad072ff124553f08bc6444d.tar.gz |
Move xkbcommon dynamic loading code into generic linuxbsd folder
Since Wayland uses it too, it only makes sense to have it in the parent
directory of both.
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 fcd739cdc9..3c5dc78c60 100644 --- a/platform/linuxbsd/SCsub +++ b/platform/linuxbsd/SCsub @@ -11,6 +11,7 @@ common_linuxbsd = [ "joypad_linux.cpp", "freedesktop_portal_desktop.cpp", "freedesktop_screensaver.cpp", + "xkbcommon-so_wrap.c", ] if env["x11"]: |