Changeset 085435e for LFS/lfs.xsl


Ignore:
Timestamp:
09/05/2019 05:22:04 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
0336215
Parents:
91b5249
Message:

Remove the obsolete vim-lang instructions and variable, and add non-wide-
charater ncurses library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LFS/lfs.xsl

    r91b5249 r085435e  
    4242  <xsl:param name="bomb-testsuite" select="'n'"/>
    4343
    44   <!-- Install vim-lang package? OBSOLETE should always be 'n'-->
    45   <xsl:param name="vim-lang" select="'n'"/>
     44  <!-- Install non wide character ncurses 5? -->
     45  <xsl:param name="ncurses5" select="'n'"/>
    4646
    4747  <!-- Should we strip excutables and libraries? -->
     
    358358                       @remap='test' and current()/../@id='ch-system-systemd'
    359359                                   ]"/>
     360    <xsl:if test="../@id='ch-system-ncurses' and $ncurses5='y'">
     361      <xsl:apply-templates select=".//screen[@role='nodump']"/>
     362    </xsl:if>
    360363  </xsl:template>
    361364
Note: See TracChangeset for help on using the changeset viewer.