From 26f76dd9272de30d689602a587fb915da2953309 Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Mon, 23 Mar 2020 12:55:13 +0000 Subject: [PATCH] wpe: Enable SHM support for new stable WPEBackend-FDO release 1.5.0 was the development version. --- ext/wpe/WPEThreadedView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/wpe/WPEThreadedView.h b/ext/wpe/WPEThreadedView.h index c2b77fcbe9..edb29e1d64 100644 --- a/ext/wpe/WPEThreadedView.h +++ b/ext/wpe/WPEThreadedView.h @@ -31,7 +31,7 @@ typedef struct _GstGLContext GstGLContext; typedef struct _GstGLDisplay GstGLDisplay; typedef struct _GstEGLImage GstEGLImage; -#if defined(WPE_FDO_CHECK_VERSION) && WPE_FDO_CHECK_VERSION(1, 5, 0) +#if defined(WPE_FDO_CHECK_VERSION) && WPE_FDO_CHECK_VERSION(1, 6, 0) #define ENABLE_SHM_BUFFER_SUPPORT 1 #else #define ENABLE_SHM_BUFFER_SUPPORT 0