| Summary: | SDL_fcitx.c: CMake build failed: unknown type name ‘SDL_DBusContext’ | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vitaly Novichkov <admin> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | critical | ||
| Priority: | P2 | Keywords: | target-2.0.14 |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Vitaly Novichkov
2020-06-05 08:44:36 UTC
Ryan, the FCITX code assumes dbus support. Can you fix that? This _should_ be fixed in https://hg.libsdl.org/SDL/rev/e545192f60f1 ...CMake was including all the src/core/linux/*.c files, whereas configure was including them individually where it needed to. --ryan. |