source-info.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "cocoa": {
  3. "headers": [
  4. "cocoa_platform.h",
  5. "cocoa_joystick.h",
  6. "posix_thread.h",
  7. "nsgl_context.h",
  8. "egl_context.h",
  9. "osmesa_context.h"
  10. ],
  11. "sources": [
  12. "cocoa_init.m",
  13. "cocoa_joystick.m",
  14. "cocoa_monitor.m",
  15. "cocoa_window.m",
  16. "posix_thread.c",
  17. "nsgl_context.m",
  18. "egl_context.c",
  19. "osmesa_context.c"
  20. ]
  21. },
  22. "common": {
  23. "headers": [
  24. "internal.h",
  25. "mappings.h"
  26. ],
  27. "sources": [
  28. "context.c",
  29. "init.c",
  30. "input.c",
  31. "monitor.c",
  32. "vulkan.c",
  33. "monotonic.c",
  34. "window.c"
  35. ]
  36. },
  37. "osmesa": {
  38. "headers": [
  39. "null_platform.h",
  40. "null_joystick.h",
  41. "posix_thread.h",
  42. "osmesa_context.h"
  43. ],
  44. "sources": [
  45. "null_init.c",
  46. "null_monitor.c",
  47. "null_window.c",
  48. "null_joystick.c",
  49. "posix_thread.c",
  50. "osmesa_context.c"
  51. ]
  52. },
  53. "wayland": {
  54. "headers": [
  55. "wl_platform.h",
  56. "posix_thread.h",
  57. "wl_cursors.h",
  58. "wl_text_input.h",
  59. "xkb_glfw.h",
  60. "dbus_glfw.h",
  61. "ibus_glfw.h",
  62. "backend_utils.h",
  63. "egl_context.h",
  64. "osmesa_context.h",
  65. "linux_joystick.h",
  66. "null_joystick.h",
  67. "linux_notify.h",
  68. "linux_desktop_settings.h",
  69. "wl_client_side_decorations.h",
  70. "main_loop.h"
  71. ],
  72. "protocols": [
  73. "stable/xdg-shell/xdg-shell.xml",
  74. "stable/viewporter/viewporter.xml",
  75. "unstable/relative-pointer/relative-pointer-unstable-v1.xml",
  76. "unstable/pointer-constraints/pointer-constraints-unstable-v1.xml",
  77. "unstable/xdg-decoration/xdg-decoration-unstable-v1.xml",
  78. "unstable/primary-selection/primary-selection-unstable-v1.xml",
  79. "unstable/text-input/text-input-unstable-v3.xml",
  80. "staging/xdg-activation/xdg-activation-v1.xml",
  81. "unstable/tablet/tablet-unstable-v2.xml",
  82. "staging/cursor-shape/cursor-shape-v1.xml",
  83. "staging/fractional-scale/fractional-scale-v1.xml",
  84. "staging/single-pixel-buffer/single-pixel-buffer-v1.xml",
  85. "kwin-blur-v1.xml",
  86. "wlr-layer-shell-unstable-v1.xml"
  87. ],
  88. "sources": [
  89. "wl_init.c",
  90. "wl_monitor.c",
  91. "wl_window.c",
  92. "wl_cursors.c",
  93. "wl_text_input.c",
  94. "wl_client_side_decorations.c",
  95. "posix_thread.c",
  96. "xkb_glfw.c",
  97. "dbus_glfw.c",
  98. "ibus_glfw.c",
  99. "egl_context.c",
  100. "osmesa_context.c",
  101. "backend_utils.c",
  102. "linux_joystick.c",
  103. "linux_desktop_settings.c",
  104. "null_joystick.c",
  105. "linux_notify.c"
  106. ]
  107. },
  108. "wayland_protocols": [
  109. 1,
  110. 17
  111. ],
  112. "win32": {
  113. "headers": [
  114. "win32_platform.h",
  115. "win32_joystick.h",
  116. "wgl_context.h",
  117. "egl_context.h",
  118. "osmesa_context.h"
  119. ],
  120. "sources": [
  121. "win32_init.c",
  122. "win32_joystick.c",
  123. "win32_monitor.c",
  124. "win32_time.c",
  125. "win32_thread.c",
  126. "win32_window.c",
  127. "wgl_context.c",
  128. "egl_context.c",
  129. "osmesa_context.c"
  130. ]
  131. },
  132. "x11": {
  133. "headers": [
  134. "x11_platform.h",
  135. "xkb_glfw.h",
  136. "dbus_glfw.h",
  137. "ibus_glfw.h",
  138. "backend_utils.h",
  139. "posix_thread.h",
  140. "glx_context.h",
  141. "egl_context.h",
  142. "osmesa_context.h",
  143. "linux_joystick.h",
  144. "null_joystick.h",
  145. "linux_notify.h",
  146. "main_loop.h"
  147. ],
  148. "sources": [
  149. "x11_init.c",
  150. "x11_monitor.c",
  151. "x11_window.c",
  152. "xkb_glfw.c",
  153. "dbus_glfw.c",
  154. "ibus_glfw.c",
  155. "posix_thread.c",
  156. "glx_context.c",
  157. "egl_context.c",
  158. "osmesa_context.c",
  159. "backend_utils.c",
  160. "linux_joystick.c",
  161. "null_joystick.c",
  162. "linux_notify.c"
  163. ]
  164. }
  165. }