render: fix meson including libdrm

This commit is contained in:
Cole Mickens 2018-10-15 13:34:23 -07:00
parent 814fc1364c
commit 7297348736
2 changed files with 2 additions and 2 deletions

View file

@ -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,