Ignore:
Timestamp:
11/08/2013 09:27:51 AM (10 years ago)
Author:
Igor Živković <igor@…>
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:
48370c6
Parents:
cfa438a
Message:

update to libxcb-1.9.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    rcfa438a r6f27fb7  
    77  <!ENTITY libxcb-download-http "http://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2">
    88  <!ENTITY libxcb-download-ftp  " ">
    9   <!ENTITY libxcb-md5sum        "ed632cb0dc31b6fbd7ea5c0f931cf5a4">
    10   <!ENTITY libxcb-size          "365 KB">
    11   <!ENTITY libxcb-buildsize     "39 MB">
     9  <!ENTITY libxcb-md5sum        "1ca999ca94f760d917ef2d8466a88742">
     10  <!ENTITY libxcb-size          "391 KB">
     11  <!ENTITY libxcb-buildsize     "45 MB">
    1212  <!ENTITY libxcb-time          "0.3 SBU">
    1313]>
     
    5959    </itemizedlist>
    6060
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing='compact'>
    63       <listitem>
    64         <para>Required patch: <ulink
    65         url="&patch-root;/libxcb-&libxcb-version;-automake_bug-1.patch"/></para>
    66       </listitem>
    67     </itemizedlist>
    68 
    6961    <bridgehead renderas="sect3">libxcb Dependencies</bridgehead>
    7062
     
    9486    commands:</para>
    9587
    96 <screen><userinput>patch -Np1 -i ../libxcb-&libxcb-version;-automake_bug-1.patch &amp;&amp;
    97 sed -e "s/pthread-stubs//" -i configure.ac &amp;&amp;
    98 autoreconf -fi &amp;&amp;
     88<screen><userinput>sed -e "s/pthread-stubs//" -i configure.ac &amp;&amp;
     89autoreconf -fiv &amp;&amp;
    9990./configure $XORG_CONFIG --docdir='${datadir}'/doc/libxcb-&libxcb-version; \
    10091            --enable-xinput --enable-xkb &amp;&amp;
     
    116107    Linux.</para>
    117108
    118     <para><option>--enable-xinput</option>: This switch enables XCB Xinput
     109    <para><parameter>--enable-xinput</parameter>: This switch enables XCB Xinput
    119110    extension.</para>
    120111
    121     <para><option>--enable-xkb</option>: This switch enables XCB XKB
     112    <para><parameter>--enable-xkb</parameter>: This switch enables XCB XKB
    122113    extension.</para>
    123114
    124     <para><parameter>--without-doxygen</parameter>: This switch can be used
     115    <para><option>--without-doxygen</option>: This switch can be used
    125116    to disable the API documentation if <xref linkend="doxygen"/> is
    126117    installed.</para>
    127118
    128119  </sect2>
    129 <!--
    130   <sect2 role="configuration">
    131     <title>Configuring libxcb</title>
    132120
    133     <sect3 id="libxcb-config">
    134       <title>Configuration Information</title>
    135 
    136       <para>The <application>libxcb</application> developers have decided
    137       to be strict in asserting locking bugs in X11 applications. This is
    138       different than the behavior of <application>libX11</application> when
    139       used on its own, and it will cause some applications to crash when
    140       they previously did not. When an application has these types of bugs,
    141       it will crash with the following assertion:</para>
    142 
    143 <screen><literal>xcb_xlib_lock: Assertion `!c->xlib.lock' failed.</literal></screen>
    144 
    145       <para>An environment variable, <envar>LIBXCB_ALLOW_SLOPPY_LOCK</envar>,
    146       can be set which will allow the locking bugs to not crash the
    147       application. It is a workaround that is known to be needed in a few
    148       cases. If it is found that these bugs affect an application in use, add
    149       the following to your system or personal profile:</para>
    150 
    151 <screen><literal>export LIBXCB_ALLOW_SLOPPY_LOCK=1</literal></screen>
    152 
    153     </sect3>
    154 
    155   </sect2>
    156 -->
    157121  <sect2 role="content">
    158122    <title>Contents</title>
Note: See TracChangeset for help on using the changeset viewer.