ac: add load_tess_level() to the abi
[mesa.git] / src / gallium / drivers / radeonsi / meson.build
index c4915d060861b5f46ea665cc676001be6b0b0e2b..58132bf0720a8a73a9e8d3ba21135168df06eacc 100644 (file)
@@ -79,3 +79,12 @@ libradeonsi = static_library(
   cpp_args : [cpp_vis_args],
   dependencies : dep_llvm,
 )
+
+driver_radeonsi = declare_dependency(
+  compile_args : '-DGALLIUM_RADEONSI',
+  sources : si_driinfo_h,
+  link_with : [
+    libradeonsi, libradeon, libradeonwinsys, libamdgpuwinsys, libamd_common,
+    libnir,
+  ],
+)