diff options
author | Cole Mickens <cole.mickens@gmail.com> | 2018-10-15 13:34:23 -0700 |
---|---|---|
committer | Cole Mickens <cole.mickens@gmail.com> | 2018-10-15 13:34:23 -0700 |
commit | 729734873658699aea0524223907070ebc19031b (patch) | |
tree | 41c3f01248491b901722c3df8ffca1604609c504 /examples/meson.build | |
parent | 814fc1364ce68c079961653ddc4714694e5a9b07 (diff) |
render: fix meson including libdrm
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, |