Changeset e959f37


Ignore:
Timestamp:
03/19/2012 04:45:08 AM (12 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7e3d293
Parents:
a5a3255
Message:

move PCRE pc files to /usr/lib/pkgconfig and be more specific with cairo recommended dependendcy.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9730 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    ra5a3255 re959f37  
    8282    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8383
    84 <screen role="root"><userinput>make install</userinput></screen>
     84<screen role="root"><userinput>make install &amp;&amp;
     85mv /lib/pkgconfig/libpcre*.pc /usr/lib/pkgconfig</userinput></screen>
     86
    8587  </sect2>
    8688
  • introduction/welcome/changelog.xml

    ra5a3255 re959f37  
    4848          <para>[dj] - correct libtool archives for libattr and libacl.</para>
    4949        </listitem>
     50        <listitem>
     51          <para>[dj] - move PCRE pc files to /usr/lib/pkgconfig.</para>
     52        </listitem>
    5053      </itemizedlist>
    5154    </listitem>
  • x/lib/cairo.xml

    ra5a3255 re959f37  
    7676
    7777    <bridgehead renderas="sect4">Recommended</bridgehead>
    78     <para role="recommended"><xref linkend="x-window-system"/> (gtk requires
    79     cairo to be built after libX11 is installed)</para>
     78    <para role="recommended"><xref linkend="xorg7-lib"/> (gtk requires
     79    cairo to be built with the libX11 backend)</para>
    8080
    8181    <bridgehead renderas="sect4">Optional</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.