diff options
author | Scott Anderson <ascent12@hotmail.com> | 2018-10-15 22:55:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-15 22:55:27 +0200 |
commit | 8beeb88309d87474e1b4e8eadcf245a24f04b2d0 (patch) | |
tree | 41c3f01248491b901722c3df8ffca1604609c504 /examples | |
parent | 814fc1364ce68c079961653ddc4714694e5a9b07 (diff) | |
parent | 729734873658699aea0524223907070ebc19031b (diff) |
Merge pull request #1313 from colemickens/libdrm
render: fix meson including libdrm
Diffstat (limited to 'examples')
-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, |