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, libavcodec,
libavformat, libavformat,
libavutil, libavutil,
drm.partial_dependency(includes: true), # <drm_fourcc.h> drm.partial_dependency(compile_args: true), # <drm_fourcc.h>
threads, threads,
wayland_client, wayland_client,
wlr_protos, wlr_protos,

View File

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