diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2020-04-06 23:03:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-06 14:03:16 -0700 |
| commit | 359661a22705ca101a27680fbe4d4815414be64f (patch) | |
| tree | 882adc7c26adb3eb25d620360457ac2e509983c7 /ports/qt5-base/CONTROL | |
| parent | 84ad06a2ae0f469744ae648c272145fcdda95c02 (diff) | |
| download | vcpkg-359661a22705ca101a27680fbe4d4815414be64f.tar.gz vcpkg-359661a22705ca101a27680fbe4d4815414be64f.zip | |
[qt5-base] Fix EGL absolute path on Linux (#10641)
* - add patch to find the debug library
- manually fix EGL path in Qt5GuiConfigExtras.cmake
* bump control
Diffstat (limited to 'ports/qt5-base/CONTROL')
| -rw-r--r-- | ports/qt5-base/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/qt5-base/CONTROL b/ports/qt5-base/CONTROL index c3159094a..11248c447 100644 --- a/ports/qt5-base/CONTROL +++ b/ports/qt5-base/CONTROL @@ -1,5 +1,5 @@ Source: qt5-base -Version: 5.12.5-11 +Version: 5.12.5-12 Homepage: https://www.qt.io/ Description: Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components. Build-Depends: zlib, libjpeg-turbo, libpng, freetype, pcre2, harfbuzz, sqlite3, libpq, double-conversion, openssl, angle (!windows), egl-registry, icu (!uwp), fontconfig (!windows) |
