Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37910871
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: libwpebackend-fdo

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: wpebackend-fdo-1.4.0-up-build_egl.patch
Скачать


commit bee4104c897412fbe58da0b9615d3a1a1bde826a
Author: Emilio Cobos ц│lvarez <emilio@crisal.io>
Date:   Sun Dec 15 13:30:47 2019 +0100
    Add missing include.
    
    In Fedora Rawhide, while trying to build WebKitGTK, I get a build error otherwise,
    as `PFNEGLQUERYWAYLANDBUFFERWL` is defined in `eglmesaext.h`.
    
    It looks like this header has existed for quite a while so should be fine to include
    directly.
diff --git a/src/ws.cpp b/src/ws.cpp
index f1ff709..53a6702 100644
--- a/src/ws.cpp
+++ b/src/ws.cpp
@@ -27,6 +27,7 @@
 
 #include <EGL/egl.h>
 #include <EGL/eglext.h>
+#include <EGL/eglmesaext.h>
 #include "linux-dmabuf/linux-dmabuf.h"
 #include "bridge/wpe-bridge-server-protocol.h"
 #include <cassert>
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin