Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950684 - kde-frameworks/kio:6 make sys-power/switcheroo-control an optfeature
Summary: kde-frameworks/kio:6 make sys-power/switcheroo-control an optfeature
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-06 09:23 UTC by Steffen Hau
Modified: 2025-03-06 20:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Make sys-power/switcheroo-control an optional feature (0001-Make-sys-power-switcheroo-control-an-optional-featur.patch,1.21 KB, patch)
2025-03-06 09:24 UTC, Steffen Hau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steffen Hau 2025-03-06 09:23:30 UTC
All my systems do not have dual GPU.

According to kio CMakeLists.txt, it's used in runtime and no build dep:
set_package_properties(SwitcherooControl PROPERTIES
    TYPE RUNTIME
    PURPOSE "Hybrid GPU support"
)

I want to reduce dependencies and could get rid of dev-python/pygobject if sys-power/switcheroo-control is no longer a dependency of kio.



Reproducible: Always
Comment 1 Steffen Hau 2025-03-06 09:24:30 UTC
Created attachment 920303 [details, diff]
Make sys-power/switcheroo-control an optional feature