Changeset b1e3537 for x


Ignore:
Timestamp:
10/17/2010 03:43:08 PM (14 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:
c8d6d76
Parents:
c2629d2a
Message:

Updated to xorg-server-1.8.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/x7server.xml

    rc2629d2a rb1e3537  
    77  <!ENTITY xorg-server-download-http "http://xorg.freedesktop.org/releases/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    88  <!ENTITY xorg-server-download-ftp  "ftp://ftp.x.org/pub/individual/xserver/xorg-server-&xorg-server-version;.tar.bz2">
    9   <!ENTITY xorg-server-md5sum        "dda7842467cda6018fdc87e6002e4db1">
    10   <!ENTITY xorg-server-size          "4.7 MB">
    11   <!ENTITY xorg-server-buildsize     "199 MB">
    12   <!ENTITY xorg-server-time          "2.0 SBU">
     9  <!ENTITY xorg-server-md5sum        "c4156e3e71123a54413e629f4806fc71">
     10  <!ENTITY xorg-server-size          "5.0 MB">
     11  <!ENTITY xorg-server-buildsize     "214 MB">
     12  <!ENTITY xorg-server-time          "1.9 SBU">
    1313
    1414]>
     
    6464    <xref linkend="xkeyboard-config"/></para>
    6565
    66     <bridgehead renderas="sect4">Recommended</bridgehead>
    67     <para role="recommended"><xref linkend="hal"/> (required for hotplugging of
    68     input devices), and <xref linkend="mesalib"/> (required for DRI)</para>
     66    <bridgehead renderas="sect4">Optional</bridgehead>
     67    <para><xref linkend="dbus"/>,
     68    <xref linkend="doxygen"/> (to build API documentation),
     69    <xref linkend="gs"/> (to build documentation),
     70    <xref linkend="hal"/> (not recommended, disabled by default),
     71    <xref linkend="mesalib"/> (required for DRI)</para>
    6972
    7073    <para condition="html" role="usernotes">User Notes:
     
    8184    --with-module-dir=$XORG_PREFIX/lib/X11/modules \
    8285    --with-xkb-output=/var/lib/xkb \
    83     --enable-install-setuid &amp;&amp;
     86    --enable-install-setuid \
     87    --disable-config-hal &amp;&amp;
    8488make</userinput></screen>
    8589
     
    103107    setuid when <command>make</command> is run by an unprivileged user.</para>
    104108
     109    <para><parameter>--disable-config-hal</parameter>: Disable the use of
     110    <application>HAL</application>.</para>
     111
    105112    <para><option>--disable-glx</option>: Disable building of the GLX
    106113    extension.  This parameter is required if building without
     
    110117    extension.  This parameter is required if building without
    111118    <application>Mesa</application>.</para>
    112 
    113     <para><option>--disable-config-hal</option>: Disable the use of
    114     <application>HAL</application>.</para>
    115119
    116120    <para><option>--disable-config-dbus</option>: Disable the use of
Note: See TracChangeset for help on using the changeset viewer.