mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00:00
render: fix meson including libdrm
This commit is contained in:
parent
814fc1364c
commit
7297348736
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user