Diff qtbase-6.6.9999 with a qtbase-6.9999

/usr/portage/dev-qt/qtbase/qtbase-6.9999.ebuild 2023-10-09 14:52:30.408368373 +0300
18 18

  
19 19
	[gui]="
20 20
		+X accessibility eglfs evdev gles2-only +libinput
21
		opengl tslib vulkan +widgets
21
		opengl renderdoc tslib vulkan +widgets
22 22
	"
23 23
	[network]="brotli gssapi libproxy sctp"
24 24
	[sql]="mysql oci8 odbc postgres +sqlite"
......
50 50
# - qtnetwork (src/network/configure.cmake)
51 51
# - qtprintsupport (src/printsupport/configure.cmake) [gui+widgets]
52 52
# - qtsql (src/plugins/sqldrivers/configure.cmake)
53
# dlopen: renderdoc
53 54
RDEPEND="
54 55
	sys-libs/zlib:=
55 56
	ssl? ( dev-libs/openssl:= )
......
90 91
			gles2-only? ( media-libs/libglvnd )
91 92
			!gles2-only? ( media-libs/libglvnd[X?] )
92 93
		)
94
		renderdoc? ( media-gfx/renderdoc )
93 95
		tslib? ( x11-libs/tslib )
94 96
		widgets? (
95 97
			cups? ( net-print/cups )
......
134 136

  
135 137
PATCHES=(
136 138
	"${FILESDIR}"/${PN}-6.5.2-hppa-forkfd-grow-stack.patch
137
	"${FILESDIR}"/${PN}-6.5.2-no-glx.patch
138 139
	"${FILESDIR}"/${PN}-6.5.2-no-symlink-check.patch
139 140
)
140 141

  
......
197 198
		$(qt_feature evdev)
198 199
		$(qt_feature evdev mtdev)
199 200
		$(qt_feature libinput)
201
		$(qt_feature renderdoc graphicsframecapture)
200 202
		$(qt_feature tslib)
201 203
		$(qt_feature vulkan)
202 204
		$(qt_feature widgets)
Thank you!