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,

View File

@ -24,7 +24,7 @@ lib_wlr_render = static_library(
include_directories: wlr_inc,
dependencies: [
egl,
drm.partial_dependency(includes: true), # <drm_fourcc.h>
drm.partial_dependency(compile_args: true), # <drm_fourcc.h>
glesv2,
pixman,
wayland_server