Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Guillaume_G:WSL
mingw64-libqt5-qtwebkit
0001-Use-Qt5-provided-EGL-and-GLESv2-import-lib...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Use-Qt5-provided-EGL-and-GLESv2-import-libraries.patch of Package mingw64-libqt5-qtwebkit
From ae89dbac5f290b003c9dd0099fccf82a680e59aa Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Wed, 26 Jun 2024 14:28:27 +0200 Subject: [PATCH] Use Qt5 provided EGL and GLESv2 import libraries --- Source/cmake/FindEGL.cmake | 2 +- Source/cmake/FindOpenGLES2.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/cmake/FindEGL.cmake b/Source/cmake/FindEGL.cmake index 6406d9b..4678147 100644 --- a/Source/cmake/FindEGL.cmake +++ b/Source/cmake/FindEGL.cmake @@ -42,7 +42,7 @@ find_path(EGL_INCLUDE_DIRS NAMES EGL/egl.h HINTS ${PC_EGL_INCLUDEDIR} ${PC_EGL_INCLUDE_DIRS} ) -set(EGL_NAMES ${EGL_NAMES} egl EGL) +set(EGL_NAMES ${EGL_NAMES} EGLQt5 egl EGL) find_library(EGL_LIBRARIES NAMES ${EGL_NAMES} HINTS ${PC_EGL_LIBDIR} ${PC_EGL_LIBRARY_DIRS} ) diff --git a/Source/cmake/FindOpenGLES2.cmake b/Source/cmake/FindOpenGLES2.cmake index 1796929..1379189 100644 --- a/Source/cmake/FindOpenGLES2.cmake +++ b/Source/cmake/FindOpenGLES2.cmake @@ -16,7 +16,7 @@ find_path(OPENGLES2_INCLUDE_DIRS NAMES GLES2/gl2.h HINTS ${PC_OPENGLES2_INCLUDEDIR} ${PC_OPENGLES2_INCLUDE_DIRS} ) -set(OPENGLES2_NAMES ${OPENGLES2_NAMES} glesv2 GLESv2) +set(OPENGLES2_NAMES ${OPENGLES2_NAMES} GLESv2Qt5 glesv2 GLESv2) find_library(OPENGLES2_LIBRARIES NAMES ${OPENGLES2_NAMES} HINTS ${PC_OPENGLES2_LIBDIR} ${PC_OPENGLES2_LIBRARY_DIRS} ) -- 2.44.0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor