aboutsummaryrefslogtreecommitdiff
path: root/ports/qt5-webengine/CONTROL
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2021-03-30 19:56:00 +0200
committerGitHub <noreply@github.com>2021-03-30 10:56:00 -0700
commited54efbb16ae8a457296c7a7e1462a9f54571e94 (patch)
treed63bee454a5dda6d8fa7c2c41dac5cec4306299d /ports/qt5-webengine/CONTROL
parenta434cc74ea515e6612bcb66d8f4ab69bbb8c62bf (diff)
downloadvcpkg-ed54efbb16ae8a457296c7a7e1462a9f54571e94.tar.gz
vcpkg-ed54efbb16ae8a457296c7a7e1462a9f54571e94.zip
[qt5-webengine] Fix issues (#16770)
* [qt5-webengine] - add feature "proprietary-codecs" - fix build error due to internal changes how options are passed. - try to fail early on too long build paths instead of late * comment the ci baseline for x64-windows to actually test it in ci and only build one configuration to not overstress the ci system * be less strict about the buildtree path length * adjust qt5-webengine ci back * update baseline * change length error message according to CR. Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * fix version Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/qt5-webengine/CONTROL')
-rw-r--r--ports/qt5-webengine/CONTROL6
1 files changed, 5 insertions, 1 deletions
diff --git a/ports/qt5-webengine/CONTROL b/ports/qt5-webengine/CONTROL
index 929a7ad64..a34cdc1ec 100644
--- a/ports/qt5-webengine/CONTROL
+++ b/ports/qt5-webengine/CONTROL
@@ -1,6 +1,10 @@
Source: qt5-webengine
Version: 5.15.2
-Port-Version: 1
+Port-Version: 2
Description: Qt5 webengine Module;
Build-Depends: qt5-base[core], qt5-declarative, qt5-location, qt5-quickcontrols, qt5-quickcontrols2, qt5-tools, qt5-webchannel, atlmfc (windows), ffmpeg[core] (!windows)
Supports: !static
+Default-Features:
+
+Feature: proprietary-codecs
+Description: Enable proprietary-codecs in qtwebengine \ No newline at end of file