Skip to content

Commit 51ba8c1

Browse files
committed
Merge pull request godotengine#111146 from Kaleb-Reid/fix-sdl-no-dbus
Fix compiling SDL without DBus under Linux
2 parents 1e3754c + 03eb426 commit 51ba8c1

File tree

11 files changed

+1
-1787
lines changed

11 files changed

+1
-1787
lines changed

drivers/sdl/SCsub

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,6 @@ if env["builtin_sdl"]:
126126
"core/linux/SDL_evdev.c",
127127
"core/linux/SDL_evdev_capabilities.c",
128128
"core/linux/SDL_evdev_kbd.c",
129-
"core/linux/SDL_fcitx.c",
130-
"core/linux/SDL_ibus.c",
131-
"core/linux/SDL_ime.c",
132-
"core/linux/SDL_system_theme.c",
133129
"core/linux/SDL_threadprio.c",
134130
"core/linux/SDL_udev.c",
135131
"core/unix/SDL_appid.c",

0 commit comments

Comments
 (0)