mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-19 06:59:48 -05:00
Require libdrm >= 2.4.95
This commit is contained in:
parent
feb1b9b1cb
commit
75371d2c88
6 changed files with 11 additions and 20 deletions
|
|
@ -70,5 +70,11 @@ lib_wlr_types = static_library(
|
|||
'wlr_xdg_output_v1.c',
|
||||
),
|
||||
include_directories: wlr_inc,
|
||||
dependencies: [pixman, xkbcommon, wayland_server, wlr_protos, libinput],
|
||||
dependencies: [
|
||||
drm.partial_dependency(compile_args: true), # <drm_fourcc.h>
|
||||
pixman,
|
||||
wayland_server,
|
||||
wlr_protos,
|
||||
xkbcommon,
|
||||
],
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#define _POSIX_C_SOURCE 200809L
|
||||
#include <assert.h>
|
||||
#include <drm_fourcc.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <wayland-server.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue