aboutsummaryrefslogtreecommitdiffstats
path: root/BLFS/xsl/gen_config.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'BLFS/xsl/gen_config.xsl')
-rw-r--r--BLFS/xsl/gen_config.xsl5
1 files changed, 4 insertions, 1 deletions
diff --git a/BLFS/xsl/gen_config.xsl b/BLFS/xsl/gen_config.xsl
index 63b376899d..d3326f8dc1 100644
--- a/BLFS/xsl/gen_config.xsl
+++ b/BLFS/xsl/gen_config.xsl
@@ -309,7 +309,10 @@ if&#9;MENU_</xsl:text>
<xsl:text>"
&#9;&#9;&#9;default&#9;</xsl:text>
<xsl:choose>
- <xsl:when test="contains(../name,'xorg')">
+ <!-- for compound packages, default to selecting all the subpackages-->
+ <xsl:when test="contains(../name,'xorg') or
+ contains(../name,'plasma') or
+ contains(../name,'kf5')">
<xsl:text>y
</xsl:text>