mirror of
https://github.com/openwrt/video.git
synced 2026-05-31 06:51:54 +08:00
wpebackend-fdo: update to version 1.16.1
* 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>
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=wpebackend-fdo
|
PKG_NAME:=wpebackend-fdo
|
||||||
PKG_VERSION:=1.16.0
|
PKG_VERSION:=1.16.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://wpewebkit.org/releases
|
PKG_SOURCE_URL:=https://wpewebkit.org/releases
|
||||||
PKG_HASH:=beddf321232d5bd08106c179dbc600f8ce88eb3620b4a59a6329063b78f64635
|
PKG_HASH:=544ae14012f8e7e426b8cb522eb0aaaac831ad7c35601d1cf31d37670e0ebb3b
|
||||||
|
|
||||||
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||||
PKG_LICENSE:=BSD-2-clause
|
PKG_LICENSE:=BSD-2-clause
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
--- 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
|
||||||
Reference in New Issue
Block a user