Revert "swr/rast: Archrast codegen updates"
[mesa.git] / src / gallium / drivers / swr / rasterizer / codegen / meson.build
index 2847664a53028a51981b1bb0b108cfb46392d026..28275176022277a48a6693420b45ebaeb29895f1 100644 (file)
@@ -72,8 +72,10 @@ foreach x : [['gen_ar_event.hpp', '--gen_event_hpp'],
     command : [
       prog_python,
       '@INPUT0@',
-      '--proto', '@INPUT1@', '@INPUT2@',
-      '--output-dir', meson.current_build_dir(),
+      '--proto', '@INPUT1@',
+      '--proto_private', '@INPUT2@',
+      '--output', '@OUTPUT@',
+      x[1],
     ],
     depend_files : files(
       join_paths('templates', x[0]),