Changeset 371ff30 for x/lib


Ignore:
Timestamp:
03/03/2006 06:41:25 AM (18 years ago)
Author:
DJ Lucas <dj@…>
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:
e50cece
Parents:
3735050
Message:

several cleanups-Xorg7 related

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

Location:
x/lib
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cairo.xml

    r3735050 r371ff30  
    7373
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    75     <para role="required">X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>)
     75    <para role="required">X (<xref linkend="xorg"/>, <xref linkend="xorg7"/>,
     76    or <xref linkend="xfree86"/>)
    7677    and <xref linkend="pkgconfig"/></para>
    7778
  • x/lib/freeglut.xml

    r3735050 r371ff30  
    6565
    6666    <bridgehead renderas="sect4">Required</bridgehead>
    67     <para role="required">X (<xref linkend="xfree86"/> or
    68     <xref linkend="xorg"/>)</para>
     67    <para role="required">X (<xref linkend="xfree86"/>,
     68    <xref linkend="xorg"/>, or <xref linkend="xorg7"/>)</para>
    6969
    7070  </sect2>
  • x/lib/gtk+.xml

    r3735050 r371ff30  
    6565    <xref linkend="libtiff"/>,
    6666    <xref linkend="libjpeg"/>, and
    67     X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)</para>
     67    X (<xref linkend="xfree86"/>, <xref linkend="xorg"/>,
     68    or <xref linkend="xorg7"/>)</para>
    6869
    6970  </sect2>
  • x/lib/lesstif.xml

    r3735050 r371ff30  
    7070
    7171    <bridgehead renderas="sect4">Required</bridgehead>
    72     <para role="required">X (<xref linkend="xfree86"/> or
    73     <xref linkend="xorg"/>)</para>
     72    <para role="required">X (<xref linkend="xfree86"/>,
     73    <xref linkend="xorg"/>, or <xref linkend="xorg7"/>)</para>
    7474
    7575    <bridgehead renderas="sect4">Optional</bridgehead>
  • x/lib/libxklavier.xml

    r3735050 r371ff30  
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required">X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>),
     64    <para role="required">X (<xref linkend="xfree86"/>, <xref linkend="xorg"/>,
     65    or <xref linkend="xorg7"/>),
    6566    <xref linkend="pkgconfig"/> and
    6667    <xref linkend="libxml2"/></para>
  • x/lib/mesalib.xml

    r3735050 r371ff30  
    9797    in the source files with the following command:</para>
    9898
    99 <screen><userinput>find . -type f -exec sed -i 's@/usr/X11R6@/usr@g' {} \;</userinput></screen>
     99<screen><userinput>find . -type f -exec sed -i 's@/usr/X11R6@/usr@g' {} \; &amp;&amp;
     100sed -i 's@lib/modules@lib/X11/modules@' src/glx/x11/dri_glx.c</userinput></screen>
    100101
    101102    <para>Install <application>MesaLib</application>
     
    109110
    110111<screen role="root"><userinput>bin/installmesa /usr &amp;&amp;
    111 mkdir -v -p /usr/lib/modules/dri &amp;&amp;
    112 install -v -m755 lib/*dri* /usr/lib/modules/dri</userinput></screen>
     112mkdir -v -p /usr/lib/X11/modules/dri &amp;&amp;
     113install -v -m755 lib/*dri* /usr/lib/X11/modules/dri</userinput></screen>
    113114
    114115    <para>If you've extracted the GLUT and Demos packages as well, then
     
    136137
    137138<screen><userinput role="root">ln -s -v <replaceable>[/usr/X11]</replaceable>/include/GL /usr/include</userinput></screen>
     139
     140  </sect2>
     141
     142  <sect2 role="commands">
     143    <title>Command Explanations</title>
     144
     145    <para><command>find...sed -i 's@/usr/X11R6@/usr@'...</command>: This
     146    command corrects several hard coded references to the X11R6 default
     147    installation path.</para>
     148
     149    <para><command>sed -i 's@lib/modules@lib/X11/modules@'
     150    src/glx/x11/dri_glx.c</command>: This command corrects a hard coded
     151    reference to the module directory.</para>
     152
     153    <para><command>bin/installmesa</command>: Mesa uses a custom installation
     154    script as opposed to the normal <parameter>install</parameter> make
     155    target.</para>
     156
     157    <para><command>install -v -m755 lib/*dri*
     158    /usr/lib/X11/modules/dri</command>: installs the DRI modules.</para>
     159
     160    <para><command>make PROGS='glxinfo glxgears'</command>: build only
     161    the glxinfo and glxgears programs.</para>
     162
     163    <para><command>install -v -m755 glxinfo glxgears /usr/bin</command>:
     164    Installs only the glxinfo and glxgears programs.</para>
    138165
    139166  </sect2>
  • x/lib/pango.xml

    r3735050 r371ff30  
    7575    <bridgehead renderas="sect4">Optional (If <application>cairo</application>
    7676    is Not Installed)</bridgehead>
    77     <para role="optional">X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>)
     77    <para role="optional">X (<xref linkend="xfree86"/>, <xref linkend="xorg"/>,
     78    or <xref linkend="xorg7"/>)
    7879    and <xref linkend="fontconfig"/></para>
    7980
  • x/lib/qt.xml

    r3735050 r371ff30  
    6868
    6969    <bridgehead renderas="sect4">Required</bridgehead>
    70     <para role="required">X (<xref linkend="xfree86"/> or
    71     <xref linkend="xorg"/>)</para>
     70    <para role="required">X (<xref linkend="xfree86"/>,
     71    <xref linkend="xorg"/>, or <xref linkend="xorg7"/>)</para>
    7272
    7373    <bridgehead renderas="sect4">Recommended</bridgehead>
  • x/lib/startup-notification.xml

    r3735050 r371ff30  
    6565
    6666    <bridgehead renderas="sect4">Required</bridgehead>
    67     <para role="optional">X (<xref linkend="xfree86"/> or
    68     <xref linkend="xorg"/>)</para>
     67    <para role="optional">X (<xref linkend="xfree86"/>,
     68    <xref linkend="xorg"/>, xref linkend="xorg7"/>)</para>
    6969
    7070  </sect2>
Note: See TracChangeset for help on using the changeset viewer.