meson: fix keyword argument in declare_dependency()
[mesa.git] / src / gallium / winsys / pl111 / drm / meson.build
index 2c981e8c3432130fd5b099138be63edd540c3a59..8ba03e3f9795009c725da534a6f95bc404fa4828 100644 (file)
@@ -30,6 +30,6 @@ libpl111winsys = static_library(
 )
 
 driver_pl111 = declare_dependency(
-  c_args : '-DGALLIUM_PL111',
+  compile_args : '-DGALLIUM_PL111',
   link_with : libpl111winsys,
 )