dev-qt/qtgraphs: reword the qtcanvaspainter comment

The option name kind of make it sound like we're gimping the package
by disabling a performance option, but it's a quality vs performance
deal rather than both at once. Even if qtcanvaspainter gets packaged,
at best it'd be a off-by-default flag to match what upstream currently
does (that's subject to change though).

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-09-11 23:45:51 -04:00
parent 8d2745fc27
commit a6319ca0fc
2 changed files with 4 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ src_configure() {
local mycmakeargs=(
# simpler than keeping track of and disabling every graphs-3d* features
$(cmake_use_find_package quick3d Qt6Quick3D)
# not packaged yet, and Qt disables it by default for now
# qtcanvaspainter is not packaged yet, and the default is the
# "high_quality_backend" making which is best debatable
-DQT_FEATURE_graphs_2d_high_performance_backend=OFF
)

View File

@@ -34,7 +34,8 @@ src_configure() {
local mycmakeargs=(
# simpler than keeping track of and disabling every graphs-3d* features
$(cmake_use_find_package quick3d Qt6Quick3D)
# not packaged yet, and Qt disables it by default for now
# qtcanvaspainter is not packaged yet, and the default is the
# "high_quality_backend" making which is best debatable
-DQT_FEATURE_graphs_2d_high_performance_backend=OFF
)