Ignore:
Timestamp:
12/24/2013 03:46:28 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
0ed04d7d
Parents:
4a60a42
Message:

Update to libxcb-1.10. Remove uneeded line from xcb-proto-1.10.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    r4a60a42 r93f626c4  
    77  <!ENTITY libxcb-download-http "http://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2">
    88  <!ENTITY libxcb-download-ftp  " ">
    9   <!ENTITY libxcb-md5sum        "1ca999ca94f760d917ef2d8466a88742">
    10   <!ENTITY libxcb-size          "391 KB">
    11   <!ENTITY libxcb-buildsize     "45 MB">
    12   <!ENTITY libxcb-time          "0.3 SBU">
     9  <!ENTITY libxcb-md5sum        "074c335cc4453467eeb234e3dadda700">
     10  <!ENTITY libxcb-size          "468 KB">
     11  <!ENTITY libxcb-buildsize     "42 MB (124 MB with doxygen
     12                                 generated documentation)">
     13  <!ENTITY libxcb-time          "0.3 SBU(additional 0.1 to generate
     14                                 API documentation)">
    1315]>
    1416
     
    6466    <para role="required">
    6567      <xref linkend="libXau"/>,
    66       <xref linkend="libXdmcp"/>,
    67       <xref linkend="libxslt"/>, and
     68      <xref linkend="libXdmcp"/> and
    6869      <xref linkend="xcb-proto"/>
    6970    </para>
     
    7172    <bridgehead renderas="sect4">Optional</bridgehead>
    7273    <para role="optional">
    73       <xref linkend="doxygen"/> (to generate API documentation) and
    74       <xref linkend="check"/> (to run tests)
     74      <xref linkend="doxygen"/> (to generate API documentation)
     75      <xref linkend="check"/> (to run tests) and
     76      <xref linkend="libxslt"/>
    7577    </para>
    7678
     
    110112    extension.</para>
    111113
    112     <para><parameter>--enable-xkb</parameter>: This switch enables XCB XKB
     114<!--    <para><parameter>-enable-xkb</parameter>: This switch enables XCB XKB
    113115    extension.</para>
    114 
     116-->
    115117    <para><option>--without-doxygen</option>: This switch can be used
    116118    to disable the API documentation if <xref linkend="doxygen"/> is
Note: See TracChangeset for help on using the changeset viewer.