summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2023-12-12 07:52:43 -0500
committerIonen Wolkens <ionen@gentoo.org>2023-12-12 16:23:44 -0500
commit63de7f89cc29fb411f23c34e49bc7b7333fac262 (patch)
treed17db69cf6bd53d9ad47ce3f6a378ee1ff295fbc /dev-qt
parentdev-qt/qtwayland: update live (diff)
downloadgentoo-63de7f89cc29fb411f23c34e49bc7b7333fac262.tar.gz
gentoo-63de7f89cc29fb411f23c34e49bc7b7333fac262.tar.bz2
gentoo-63de7f89cc29fb411f23c34e49bc7b7333fac262.zip
dev-qt/qtwebengine: update live
Adds a system-gbm option but it was already default ON and changes nothing given we do not need to turn it off. This is also still only used with screencast/vaapi, and gn now complaints that the option that Qt's build system passes was unused if disabled (thankfully not fatal). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtwebengine/qtwebengine-6.9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
index 891fd475a802..e15a427e4a19 100644
--- a/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-6.9999.ebuild
@@ -212,9 +212,9 @@ src_configure() {
# not necessary to pass these (default), but in case detection fails
$(printf -- '-DQT_FEATURE_webengine_system_%s=ON ' \
- freetype glib harfbuzz lcms2 libevent libjpeg \
- libopenjpeg2 libpci libpng libtiff libwebp \
- libxml minizip opus poppler snappy zlib)
+ freetype gbm glib harfbuzz lcms2 libevent libjpeg \
+ libopenjpeg2 libpci libpng libtiff libwebp libxml \
+ minizip opus poppler snappy zlib)
# TODO: fixup gn cross, or package dev-qt/qtwebengine-gn with =ON
-DINSTALL_GN=OFF