~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/vulkan/wsi/meson.build

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
if with_platform_wayland
33
33
  files_vulkan_wsi += files('wsi_common_wayland.c')
34
 
  files_vulkan_wsi += [
35
 
    linux_dmabuf_unstable_v1_client_protocol_h,
36
 
    linux_dmabuf_unstable_v1_protocol_c,
37
 
  ]
 
34
  files_vulkan_wsi += wp_files['linux-dmabuf-unstable-v1']
 
35
  files_vulkan_wsi += wp_files['presentation-time']
38
36
endif
39
37
 
40
38
if with_platform_windows
55
53
  command : [
56
54
    prog_python, '@INPUT0@', '--xml', '@INPUT1@', '--proto', '--weak',
57
55
    '--out-h', '@OUTPUT0@', '--out-c', '@OUTPUT1@', '--prefix', 'wsi',
 
56
    '--beta', with_vulkan_beta.to_string()
58
57
  ],
59
58
  depend_files : vk_entrypoints_gen_depend_files,
60
59
)