From beaff2f5cb54cbad4ad072ff124553f08bc6444d Mon Sep 17 00:00:00 2001 From: Riteo Date: Mon, 23 Jan 2023 20:37:19 +0100 Subject: 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. --- platform/linuxbsd/SCsub | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/linuxbsd/SCsub') 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"]: -- cgit v1.2.3