mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user