source-info.json 3.8 KB

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