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/x11/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/x11/SCsub')
-rw-r--r-- | platform/linuxbsd/x11/SCsub | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/linuxbsd/x11/SCsub b/platform/linuxbsd/x11/SCsub index d869ce9ecc..8b2e2aabe4 100644 --- a/platform/linuxbsd/x11/SCsub +++ b/platform/linuxbsd/x11/SCsub @@ -9,7 +9,6 @@ source_files = [ "dynwrappers/xcursor-so_wrap.c", "dynwrappers/xinerama-so_wrap.c", "dynwrappers/xinput2-so_wrap.c", - "dynwrappers/xkbcommon-so_wrap.c", "dynwrappers/xrandr-so_wrap.c", "dynwrappers/xrender-so_wrap.c", "dynwrappers/xext-so_wrap.c", |