aboutsummaryrefslogtreecommitdiff
path: root/components/desktops
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-02-20 13:46:02 -0500
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2025-02-20 14:15:26 -0500
commitada197be816585a10d11a895200d7684f1ca5450 (patch)
tree7fd80d96ad3116c2716e6bfa1e42961960406bd1 /components/desktops
parent2cb33874d1b568ea0ba102529af6da13d002dbe2 (diff)
downloadkiwi-descriptions-ada197be816585a10d11a895200d7684f1ca5450.tar.gz
kiwi-descriptions-ada197be816585a10d11a895200d7684f1ca5450.zip
components, teams/server: Use a common profile for hardware support
It is hard to ensure that hardware support packages are pulled in universally when it's splintered across different variant profiles. To fix this and ensure Server benefits from this, unify everything into a common profile and make everything require it.
Diffstat (limited to 'components/desktops')
-rw-r--r--components/desktops/common.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/desktops/common.xml b/components/desktops/common.xml
index 4f31c0d..fed17c4 100644
--- a/components/desktops/common.xml
+++ b/components/desktops/common.xml
@@ -2,13 +2,13 @@
<profiles>
<profile name="DesktopCommon" description="Common desktop packages">
<requires profile="BaseCommon"/>
+ <requires profile="HardwareCommon"/>
</profile>
</profiles>
<packages type="image" patternType="plusRecommended" profiles="DesktopCommon">
<namedCollection name="fonts"/>
<namedCollection name="multimedia"/>
<namedCollection name="networkmanager-submodules"/>
- <namedCollection name="hardware-support"/>
<namedCollection name="printing"/>
<namedCollection name="guest-desktop-agents"/>
<package name="mediawriter"/>