mirror of
https://github.com/kovidgoyal/kitty.git
synced 2024-11-10 13:04:03 +03:00
e91eb27e56
Allow waiting for events on an arbitrary number of fds. Needed for async DBUS integration.
148 lines
3.0 KiB
JSON
148 lines
3.0 KiB
JSON
{
|
|
"cocoa": {
|
|
"headers": [
|
|
"cocoa_platform.h",
|
|
"cocoa_joystick.h",
|
|
"posix_thread.h",
|
|
"nsgl_context.h",
|
|
"egl_context.h",
|
|
"osmesa_context.h"
|
|
],
|
|
"sources": [
|
|
"cocoa_init.m",
|
|
"cocoa_joystick.m",
|
|
"cocoa_monitor.m",
|
|
"cocoa_window.m",
|
|
"cocoa_time.c",
|
|
"posix_thread.c",
|
|
"nsgl_context.m",
|
|
"egl_context.c",
|
|
"osmesa_context.c"
|
|
]
|
|
},
|
|
"common": {
|
|
"headers": [
|
|
"internal.h",
|
|
"mappings.h"
|
|
],
|
|
"sources": [
|
|
"context.c",
|
|
"init.c",
|
|
"input.c",
|
|
"monitor.c",
|
|
"vulkan.c",
|
|
"window.c"
|
|
]
|
|
},
|
|
"osmesa": {
|
|
"headers": [
|
|
"null_platform.h",
|
|
"null_joystick.h",
|
|
"posix_time.h",
|
|
"posix_thread.h",
|
|
"osmesa_context.h"
|
|
],
|
|
"sources": [
|
|
"null_init.c",
|
|
"null_monitor.c",
|
|
"null_window.c",
|
|
"null_joystick.c",
|
|
"posix_time.c",
|
|
"posix_thread.c",
|
|
"osmesa_context.c"
|
|
]
|
|
},
|
|
"wayland": {
|
|
"headers": [
|
|
"wl_platform.h",
|
|
"posix_time.h",
|
|
"posix_thread.h",
|
|
"xkb_glfw.h",
|
|
"dbus_glfw.h",
|
|
"ibus_glfw.h",
|
|
"backend_utils.h",
|
|
"egl_context.h",
|
|
"osmesa_context.h",
|
|
"linux_joystick.h",
|
|
"null_joystick.h"
|
|
],
|
|
"protocols": [
|
|
"stable/xdg-shell/xdg-shell.xml",
|
|
"stable/viewporter/viewporter.xml",
|
|
"unstable/relative-pointer/relative-pointer-unstable-v1.xml",
|
|
"unstable/pointer-constraints/pointer-constraints-unstable-v1.xml",
|
|
"unstable/idle-inhibit/idle-inhibit-unstable-v1.xml"
|
|
],
|
|
"sources": [
|
|
"wl_init.c",
|
|
"wl_monitor.c",
|
|
"wl_window.c",
|
|
"posix_time.c",
|
|
"posix_thread.c",
|
|
"xkb_glfw.c",
|
|
"dbus_glfw.c",
|
|
"ibus_glfw.c",
|
|
"egl_context.c",
|
|
"osmesa_context.c",
|
|
"backend_utils.c",
|
|
"linux_joystick.c",
|
|
"null_joystick.c"
|
|
]
|
|
},
|
|
"wayland_protocols": [
|
|
1,
|
|
12
|
|
],
|
|
"win32": {
|
|
"headers": [
|
|
"win32_platform.h",
|
|
"win32_joystick.h",
|
|
"wgl_context.h",
|
|
"egl_context.h",
|
|
"osmesa_context.h"
|
|
],
|
|
"sources": [
|
|
"win32_init.c",
|
|
"win32_joystick.c",
|
|
"win32_monitor.c",
|
|
"win32_time.c",
|
|
"win32_thread.c",
|
|
"win32_window.c",
|
|
"wgl_context.c",
|
|
"egl_context.c",
|
|
"osmesa_context.c"
|
|
]
|
|
},
|
|
"x11": {
|
|
"headers": [
|
|
"x11_platform.h",
|
|
"xkb_glfw.h",
|
|
"dbus_glfw.h",
|
|
"ibus_glfw.h",
|
|
"backend_utils.h",
|
|
"posix_time.h",
|
|
"posix_thread.h",
|
|
"glx_context.h",
|
|
"egl_context.h",
|
|
"osmesa_context.h",
|
|
"linux_joystick.h",
|
|
"null_joystick.h"
|
|
],
|
|
"sources": [
|
|
"x11_init.c",
|
|
"x11_monitor.c",
|
|
"x11_window.c",
|
|
"xkb_glfw.c",
|
|
"dbus_glfw.c",
|
|
"ibus_glfw.c",
|
|
"posix_time.c",
|
|
"posix_thread.c",
|
|
"glx_context.c",
|
|
"egl_context.c",
|
|
"osmesa_context.c",
|
|
"backend_utils.c",
|
|
"linux_joystick.c",
|
|
"null_joystick.c"
|
|
]
|
|
}
|
|
} |