Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
windows:mingw:win32
mingw32-libqt5-qtbase
0001-fix-detecting-egl-on-windows.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-fix-detecting-egl-on-windows.patch of Package mingw32-libqt5-qtbase
--- qtbase-everywhere-src-5.12.9/src/gui/configure.json.orig 2022-03-15 16:17:26.000000000 +0100 +++ qtbase-everywhere-src-5.12.9/src/gui/configure.json 2022-03-15 16:22:22.803906531 +0100 @@ -220,7 +220,8 @@ "headers": "EGL/egl.h", "sources": [ { "type": "pkgConfig", "args": "egl" }, - { "type": "makeSpec", "spec": "EGL" } + { "type": "makeSpec", "spec": "EGL" }, + { "libs": "-lEGL", "condition": "config.win32" } ] }, "freetype": {
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