Ignore:
Timestamp:
03/31/2013 05:25:21 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs
Children:
9fe527f
Parents:
d0c94a3
Message:

BLFS tools:

  • Separates the groups of xorg package into individual builds
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/gen_config.xsl

    rd0c94a3 rd236bbd  
    182182      </xsl:if>
    183183      <xsl:text>"
    184 &#9;&#9;&#9;default&#9;n
    185 
    186 </xsl:text>
     184&#9;&#9;&#9;default&#9;</xsl:text>
     185      <xsl:choose>
     186        <xsl:when test="contains(../name,'xorg')">
     187          <xsl:text>y
     188
     189</xsl:text>
     190        </xsl:when>
     191        <xsl:otherwise>
     192          <xsl:text>n
     193
     194</xsl:text>
     195        </xsl:otherwise>
     196      </xsl:choose>
    187197    </xsl:if>
    188198  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.