mirror of
https://github.com/openwrt/video.git
synced 2026-06-17 12:40:19 +04:00
be41d2f4dc
* Support newer versions of Mesa where format/modifier events have been deprecated by implementing the needed parts of the DMA-BUF feedback protocol in the nested compositor. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
11 lines
223 B
Diff
11 lines
223 B
Diff
--- a/src/ws-egl.cpp
|
|
+++ b/src/ws-egl.cpp
|
|
@@ -33,6 +33,7 @@
|
|
#include <vector>
|
|
#include <sys/mman.h>
|
|
#include <sys/stat.h>
|
|
+#include <unistd.h>
|
|
|
|
#ifndef EGL_WL_bind_wayland_display
|
|
#define EGL_WAYLAND_BUFFER_WL 0x31D5
|