Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/aalib.xml

    rab4fdfc r17414e5f  
    7272    <para role="optional">
    7373      <xref linkend="xorg7-lib"/>,
    74       <xref linkend="xorg7-legacy"/> (runtime),
     74      <xref linkend="xorg7-font"/> (runtime),
    7575      <xref linkend="slang"/>, and
    7676      <xref linkend="gpm"/>
     
    8787
    8888<screen><userinput>sed -i -e '/AM_PATH_AALIB,/s/AM_PATH_AALIB/[&amp;]/' aalib.m4</userinput></screen>
     89
     90    <para>
     91      Change the default X11 font from <xref linkend='xorg7-legacy'/> to
     92      <xref linkend='xorg7-font'/>:
     93    </para>
     94
     95<screen><userinput>sed -e 's/8x13bold/-*-luxi mono-bold-r-normal--13-120-*-*-m-*-*-*/' \
     96    -i src/aax.c</userinput></screen>
    8997
    9098    <para>
Note: See TracChangeset for help on using the changeset viewer.