mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -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
|
|
@ -11,15 +11,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
// So we don't have to pull in linux specific drm headers
|
||||
#ifndef DRM_FORMAT_MOD_INVALID
|
||||
#define DRM_FORMAT_MOD_INVALID ((1ULL<<56) - 1)
|
||||
#endif
|
||||
|
||||
#ifndef DRM_FORMAT_MOD_LINEAR
|
||||
#define DRM_FORMAT_MOD_LINEAR 0
|
||||
#endif
|
||||
|
||||
#define WLR_DMABUF_MAX_PLANES 4
|
||||
|
||||
enum wlr_dmabuf_attributes_flags {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue