diff options
Diffstat (limited to 'BLFS/xsl/gen_config.xsl')
-rw-r--r-- | BLFS/xsl/gen_config.xsl | 5 |
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	MENU_</xsl:text> <xsl:text>" 			default	</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> |