diff options
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/meson.build b/examples/meson.build index e507ab42..13985e27 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -80,7 +80,7 @@ examples = { libavcodec, libavformat, libavutil, - drm.partial_dependency(includes: true), # <drm_fourcc.h> + drm.partial_dependency(compile_args: true), # <drm_fourcc.h> threads, wayland_client, wlr_protos, |