| Summary: | IBus support on Linux with CMake | ||
|---|---|---|---|
| Product: | SDL | Reporter: | joe.gsoc16 |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Attachments: | diff of CMakeLists.txt and include/SDL_config.h.cmake | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/efb26f3918c4 |
Created attachment 2402 [details] diff of CMakeLists.txt and include/SDL_config.h.cmake I recently looked into Unicode support in SDL2 and realized that SDL_TEXTEDITING doesn't get triggered at all (Japanese IME). According to others on IRC it works fine on Windows/Mac but not for me on (arch)Linux. When compiling SDL with autotools, IBus support is enabled by default but not so with CMake. I never used CMake before but got it working and also included that pkg-config determines flags for dbus (FIXME in CMakeLists).