Changeset 6e34843 for x/wm


Ignore:
Timestamp:
09/20/2005 10:01:54 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
06b397f
Parents:
fb0fc4e
Message:

Added a command to create an X Render pkg-config file to the XFree86 instructions, also created notes in the Metacity and cairo instructions to ensure this file exists

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/wm/metacity.xml

    rfb0fc4e r6e34843  
    6363
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    65     <para><xref linkend="startup-notification"/>,
    66     <ulink url="http://freedesktop.org/Software/xlibs">Xrender</ulink>*, and
    67     <ulink
    68     url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>**</para>
    69 
    70     <para>* <filename class='libraryfile'>libXrender</filename> is installed
    71     during an <application>XFree86</application> installation, but the
    72     <application>pkgconfig</application> <filename>.pc</filename> file
    73     <application>Metacity</application> looks for is not installed. Satisfy the
    74     requirement by installing an <filename>xrender.pc</filename> file into
    75     <filename class='directory'>/usr/X11R6/lib/pkgconfig</filename> (not
    76     applicable if you have <application>Xorg</application> installed):</para>
    77 
    78 <screen role="root"><userinput>cat &gt; /usr/X11R6/lib/pkgconfig/xrender.pc &lt;&lt; "EOF"
    79 <literal>prefix=/usr/X11R6
    80 exec_prefix=${prefix}
    81 libdir=${exec_prefix}/lib
    82 includedir=${prefix}/include
    83 
    84 Name: Xrender
    85 Description: X Render Library
    86 Version: 0.8.3
    87 Cflags: -I${includedir} -I/usr/X11R6/include
    88 Libs: -L${libdir} -lXrender  -L/usr/X11R6/lib -lX11</literal>
    89 EOF</userinput></screen>
    90 
    91     <para>** <application>libXcomposite</application> can optionally be used,
     65    <para><xref linkend="startup-notification"/> and
     66    <ulink url="http://freedesktop.org/Software/xlibs">libXcomposite</ulink>*</para>
     67
     68    <para>* <application>libXcomposite</application> can optionally be used,
    9269    but here's what the <application>Metacity</application> package maintainer
    9370    has to say about it in the configure script if the package is found:
     
    10077  <sect2 role="installation">
    10178    <title>Installation of Metacity</title>
     79
     80    <para><application>Metacity</application> will look for an
     81    <application>X Render</application> <application>pkg-config</application>
     82    file. If you use <application>XFree86</application> as your
     83    <application>X</application> Window system, ensure this file exists
     84    (<filename>/usr/X11R6/lib/pkgconfig/xrender.pc</filename>). Instructions to
     85    create this file have just recently been added to the BLFS book, so you may
     86    need to go back to the <application>XFree86</application> section to create
     87    it.</para>
    10288
    10389    <para>Install <application>Metacity</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.