~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/frontends/lavapipe/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:
6
6
  command : [
7
7
    prog_python, '@INPUT0@', '--xml', '@INPUT1@', '--proto', '--weak',
8
8
    '--out-h', '@OUTPUT0@', '--out-c', '@OUTPUT1@', '--prefix', 'lvp',
 
9
    '--beta', with_vulkan_beta.to_string(),
9
10
  ],
10
11
  depend_files : vk_entrypoints_gen_depend_files,
11
12
)
44
45
  [liblvp_files, lvp_entrypoints, sha1_h],
45
46
  c_args : [ c_msvc_compat_args, lvp_flags],
46
47
  gnu_symbol_visibility : 'hidden',
47
 
  include_directories : [ inc_include, inc_src, inc_util, inc_gallium, inc_compiler, inc_gallium_aux ],
 
48
  include_directories : [ inc_include, inc_src, inc_util, inc_gallium, inc_compiler, inc_gallium_aux, inc_llvmpipe ],
48
49
  dependencies : [ dep_llvm, idep_nir, idep_mesautil, idep_vulkan_util, idep_vulkan_wsi,
49
50
                   idep_vulkan_runtime, lvp_deps ]
50
51
)