Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win64
mingw64-libqt5-qtbase
0001-Fix-GLES-library-names.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Fix-GLES-library-names.patch of Package mingw64-libqt5-qtbase
From 4849c055d3dbe1db1c90c83d11bc4225fbc2de17 Mon Sep 17 00:00:00 2001 From: Ralf Habacker <ralf.habacker@freenet.de> Date: Mon, 31 Jul 2017 19:20:27 +0200 Subject: [PATCH] Fix GLES library names To not conflict with the same libraries provided by the external angle project a 'qt5' suffix is added to the library name. Change-Id: Ieffff0c755f6d7ae14162d7335ab5f40f38bc23a --- mkspecs/common/angle.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkspecs/common/angle.conf b/mkspecs/common/angle.conf index fad0e719d2..e808000abe 100644 --- a/mkspecs/common/angle.conf +++ b/mkspecs/common/angle.conf @@ -8,6 +8,6 @@ # If a combined ANGLE library is used, the def files will automatically be # combined into QtANGLE[d?].def by QtAngle.pro. -LIBEGL_NAME = libEGL -LIBGLESV2_NAME = libGLESv2 +LIBEGL_NAME = EGLQt5 +LIBGLESV2_NAME = GLESv2Qt5 LIBQTANGLE_NAME = QtANGLE -- 2.12.3
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