diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-12-12 07:40:59 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-12-12 16:23:44 -0500 |
commit | cd427b2ba95a0421cb8364639b079521dcd4dc55 (patch) | |
tree | 9e162ff691eb2ec29a4b8557c50eae6d8b6b1d31 /dev-qt | |
parent | dev-qt/qtdeclarative: update live (diff) | |
download | gentoo-cd427b2ba95a0421cb8364639b079521dcd4dc55.tar.gz gentoo-cd427b2ba95a0421cb8364639b079521dcd4dc55.tar.bz2 gentoo-cd427b2ba95a0421cb8364639b079521dcd4dc55.zip |
dev-qt/qtbase: update live
wayland is no longer optfeature-only and there is an actual
flag now which is required to be set by live qtwayland.
By default it auto-enables it if wayland libraries are found
*but* does not seem to actually do anything with them.
Could be overlooking something but do not believe there is
any reason to depend on dev-libs/wayland right now if we
control the option ourselves.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtbase/qtbase-6.9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-qt/qtbase/qtbase-6.9999.ebuild b/dev-qt/qtbase/qtbase-6.9999.ebuild index d52508982db3..4f56473ee60f 100644 --- a/dev-qt/qtbase/qtbase-6.9999.ebuild +++ b/dev-qt/qtbase/qtbase-6.9999.ebuild @@ -18,13 +18,13 @@ declare -A QT6_IUSE=( [gui]=" +X accessibility eglfs evdev gles2-only +libinput - opengl renderdoc tslib vulkan +widgets + opengl renderdoc tslib vulkan wayland +widgets " [network]="brotli gssapi libproxy sctp" [sql]="mysql oci8 odbc postgres +sqlite" [widgets]="cups gtk" - [optfeature]="nls wayland" #810802,864509 + [optfeature]="nls" #810802 ) IUSE="${QT6_IUSE[*]}" REQUIRED_USE=" @@ -202,6 +202,7 @@ src_configure() { $(qt_feature renderdoc graphicsframecapture) $(qt_feature tslib) $(qt_feature vulkan) + $(qt_feature wayland) $(qt_feature widgets) -DINPUT_opengl=$(usex opengl $(usex gles2-only es2 desktop) no) -DQT_FEATURE_system_textmarkdownreader=OFF # TODO?: package md4c |