egl-wayland is small enough that conditionally installing it doesn't make a lot of sense
This commit is contained in:
parent
f9f359ab73
commit
1238199ed8
|
|
@ -1,6 +0,0 @@
|
|||
import archinstall
|
||||
|
||||
# Other packages for KDE are installed in the main profile now.
|
||||
|
||||
if "nvidia" in _gfx_driver_packages:
|
||||
installation.add_additional_packages("egl-wayland")
|
||||
|
|
@ -4,7 +4,7 @@ import archinstall, os
|
|||
|
||||
is_top_level_profile = False
|
||||
|
||||
__packages__ = ["plasma-meta", "konsole", "kate", "dolphin", "sddm", "plasma-wayland-session"]
|
||||
__packages__ = ["plasma-meta", "konsole", "kate", "dolphin", "sddm", "plasma-wayland-session", "egl-wayland"]
|
||||
|
||||
# TODO: Remove hard dependency of bash (due to .bash_profile)
|
||||
|
||||
|
|
@ -42,9 +42,5 @@ if __name__ == 'kde':
|
|||
# Install the KDE packages
|
||||
installation.add_additional_packages(__packages__)
|
||||
|
||||
# Run KDE application configuration
|
||||
kde = archinstall.Application(installation, 'kde')
|
||||
kde.install()
|
||||
|
||||
# Enable autostart of KDE for all users
|
||||
installation.enable_service('sddm')
|
||||
|
|
|
|||
Loading…
Reference in New Issue