Move @base-x
group to the variants that use X11
This commit is contained in:
parent
e6e38f9950
commit
d18f34f255
2 changed files with 11 additions and 8 deletions
|
@ -12,6 +12,7 @@ exclude_list_groups:
|
|||
- libreoffice
|
||||
- gnome-desktop
|
||||
- container-management
|
||||
- base-x
|
||||
|
||||
# PackageKit is spread across various groups
|
||||
# We can not include openh264. See https://fedoraproject.org/wiki/OpenH264
|
||||
|
@ -99,6 +100,8 @@ exclude_list:
|
|||
- gnome-shell-extension-background-logo
|
||||
- pinentry-gnome3
|
||||
- qgnomeplatform-qt5
|
||||
# X11 specific
|
||||
- xorg-x11-drv-libinput
|
||||
networkmanager-submodules:
|
||||
# Let's use the builtin one by default
|
||||
- dhcp-client
|
||||
|
|
|
@ -163,15 +163,15 @@ if (n_manifest_new > 0 or n_comps_new > 0) and args.save:
|
|||
|
||||
# List of comps groups used for each desktop
|
||||
desktops_comps_groups = {
|
||||
"gnome": ["gnome-desktop"],
|
||||
"kde": ["kde-desktop"],
|
||||
"xfce": ["xfce-desktop"],
|
||||
"lxqt": ["lxqt-desktop"],
|
||||
"deepin": ["deepin-desktop"],
|
||||
"mate": ["mate-desktop"],
|
||||
"gnome": ["gnome-desktop", "base-x"],
|
||||
"kde": ["kde-desktop", "base-x"],
|
||||
"xfce": ["xfce-desktop", "base-x"],
|
||||
"lxqt": ["lxqt-desktop", "base-x"],
|
||||
"deepin": ["deepin-desktop", "base-x"],
|
||||
"mate": ["mate-desktop", "base-x"],
|
||||
"sway": ["swaywm", "swaywm-extended"],
|
||||
"cinnamon": ["cinnamon-desktop"],
|
||||
"budgie": ["budgie-desktop", "budgie-desktop-apps"]
|
||||
"cinnamon": ["cinnamon-desktop", "base-x"],
|
||||
"budgie": ["budgie-desktop", "budgie-desktop-apps", "base-x"]
|
||||
}
|
||||
|
||||
# Generate treefiles for all desktops
|
||||
|
|
Loading…
Reference in a new issue