Ignore:
Timestamp:
Aug 1, 2014, 8:31:19 PM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
105f714
Parents:
350c7e7
Message:

Install pc files for ncurses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/ncurses.xml

    r350c7e7 r3dd4698  
    3535<screen os="b"><userinput>./configure --prefix=/usr --libdir=/lib \
    3636    --with-shared --without-debug --enable-widec \
    37     --with-manpage-format=normal \
     37    --with-manpage-format=normal --enable-pc-files \
    3838    --with-default-terminfo-dir=/usr/share/terminfo</userinput></screen>
    3939
     
    4545        <listitem>
    4646          <para>This tells Ncurses not to compress its installed manpages.</para>
     47        </listitem>
     48      </varlistentry>
     49
     50      <varlistentry>
     51        <term><parameter>--enable-pc-files</parameter></term>
     52        <listitem>
     53          <para>This tells Ncurses to generate and install .pc files for
     54          <command>pkg-config</command>.</para>
    4755        </listitem>
    4856      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.