summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-03-04 08:35:04 -0500
committerIonen Wolkens <ionen@gentoo.org>2024-03-04 09:53:03 -0500
commitf3796a1139d1b7a5d7611803bbfc093251fdc491 (patch)
tree82a59845ede4a420370c598a32dfdf78df245d49 /dev-qt/qtwebengine/metadata.xml
parentdev-qt/qtserialbus: skip tst_qcandbcfileparser (qt6) (diff)
downloadgentoo-f3796a1139d1b7a5d7611803bbfc093251fdc491.tar.gz
gentoo-f3796a1139d1b7a5d7611803bbfc093251fdc491.tar.bz2
gentoo-f3796a1139d1b7a5d7611803bbfc093251fdc491.zip
dev-qt/qtwebengine: add IUSE=webdriver to 6.7+
No deps but make it optional given most people do not need this and it adds a bit of build time plus ~35MB to the install. For the IUSE name, debated IUSE=webenginedriver as well but "webdriver" is the name of the specification, and it felt redundant to have webengine in the IUSE name for the webengine package. wrt tests, unfortunately like most tools-related tests (see qttools), it tries to use the system's tool and makes it difficult to specify a path -- so skipping tst_webenginedriver for simplicity, it's not a component that need to be overly worried about either way (haven't tried but imagine may be further messy with sandbox too). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebengine/metadata.xml')
-rw-r--r--dev-qt/qtwebengine/metadata.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-qt/qtwebengine/metadata.xml b/dev-qt/qtwebengine/metadata.xml
index b7754632ca20..026c10e856ad 100644
--- a/dev-qt/qtwebengine/metadata.xml
+++ b/dev-qt/qtwebengine/metadata.xml
@@ -11,6 +11,7 @@
<flag name="pdfium">Build the QtPdf module based on chromium's PDFium library</flag>
<flag name="qml">Build QML/QtQuick bindings and imports</flag>
<flag name="system-icu">Use the system-wide <pkg>dev-libs/icu</pkg> instead of bundled.</flag>
+ <flag name="webdriver">Build tool for automated testing (ChromeDriver equivalent)</flag>
<flag name="widgets">Enable QtWidgets support</flag>
</use>
<upstream>