Changeset d72fae5a


Ignore:
Timestamp:
10/27/2014 06:51:53 PM (9 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
7aff5814
Parents:
5b5c0e9
Message:

Xorg Libraries chapter updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14765 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 added
13 edited
4 moved

Legend:

Unmodified
Added
Removed
  • general.ent

    r5b5c0e9 rd72fae5a  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     3<!ENTITY day          "27">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS systemd-ng Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 26th, &year;">
     9<!ENTITY releasedate  "October 27th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "systemd-ng">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r5b5c0e9 rd72fae5a  
    4444
    4545-->
     46    <listitem>
     47      <para>October 27th, 2014</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[krejzi] - .</para>
     51        </listitem>
     52        <listitem>
     53          <para>[krejzi] - Added colord-gtk-0.2.25 and gtk-vnc-0.5.3.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[krejzi] - Changed Cairo, Cogl, Clutter and GTK+ 3 instructions to work on Wayland setups.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
    4660
    4761    <listitem>
    4862      <para>October 26th, 2014</para>
    4963      <itemizedlist>
    50         <listitem>
    51           <para>[krejzi] - .</para>
    52         </listitem>
    5364        <listitem>
    5465          <para>[krejzi] - Converted MesaLib, XKeyboard-Config, Xorg-Server, Xorg Wacom Driver and Xorg VMWare Driver instructions to work on systemd setups.</para>
  • systemd.ent

    r5b5c0e9 rd72fae5a  
    22
    33<!ENTITY bogofilter-version           "1.2.4">
     4<!ENTITY colord-gtk-version           "0.1.25">
    45<!ENTITY cups-pk-helper-version       "0.2.5">
    56<!ENTITY geoclue2-version             "2.1.10">
     7<!ENTITY gtk-vnc-version              "0.5.3">
    68<!ENTITY highlight-version            "3.19">
    79<!ENTITY ibus-version                 "1.5.9">
  • x/lib/at-spi2-core.xml

    r5b5c0e9 rd72fae5a  
    107107    </para>
    108108
    109 <screen><userinput>./configure --prefix=/usr \
    110             --sysconfdir=/etc &amp;&amp;
     109<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    111110make</userinput></screen>
    112111
     
    141140
    142141      <seglistitem>
    143         <!-- <seg> Not user executable programs
    144           at-spi-bus-launcher and at-spi2-registryd
    145         </seg> -->
    146142        <seg>
    147143          None
     
    158154    </segmentedlist>
    159155
    160     <!-- Not user executable programs
    161156    <variablelist>
    162157      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    163158      <?dbfo list-presentation="list"?>
    164159      <?dbhtml list-presentation="table"?>
    165 
    166       <varlistentry id="at-spi2-registryd">
    167         <term><command>at-spi2-registryd</command></term>
    168         <listitem>
    169           <para>
    170             is the <application>At-Spi2</application> registry daemon.
    171           </para>
    172           <indexterm zone="at-spi2-core at-spi2-registryd">
    173             <primary sortas="b-at-spi2-registryd">at-spi2-registryd</primary>
    174           </indexterm>
    175         </listitem>
    176       </varlistentry>
    177160
    178161      <varlistentry id="libatspi">
     
    189172
    190173    </variablelist>
    191     -->
    192174
    193175  </sect2>
  • x/lib/cairo-systemd.xml

    r5b5c0e9 rd72fae5a  
    99  <!ENTITY cairo-md5sum        "fc3a5edeba703f906f2241b394f0cced">
    1010  <!ENTITY cairo-size          "35 MB">
    11   <!ENTITY cairo-buildsize     "125 MB">
     11  <!ENTITY cairo-buildsize     "145 MB">
    1212  <!ENTITY cairo-time          "0.9 SBU">
    1313]>
     
    9595    <bridgehead renderas="sect4">Recommended</bridgehead>
    9696    <para role="recommended">
    97       <xref linkend="fontconfig"/> and
     97      <xref linkend="fontconfig"/>,
     98      <xref linkend="mesalib"/> and
    9899      <xref linkend="xorg7-lib"/>
    99100    </para>
     
    105106      <xref linkend="libdrm"/>,
    106107      <xref linkend="lzo"/>,
    107       <xref linkend="mesalib"/>,
    108108      <xref linkend="qt4"/>,
    109109      <xref linkend="valgrind"/>,
     
    127127
    128128<screen><userinput>./configure --prefix=/usr    \
    129             --disable-static \
    130             --enable-tee &amp;&amp;
     129            --enable-gl      \
     130            --enable-tee     \
     131            --disable-static &amp;&amp;
    131132make</userinput></screen>
    132133
     
    144145  <sect2 role="commands">
    145146    <title>Command Explanations</title>
     147
     148    <para>
     149      <parameter>--enable-gl</parameter>: This switch enables experimental
     150      OpenGL surface backend which is required for
     151      <application>Weston</application>. Remove it if you have not installed
     152      <xref linkend="mesalib"/>.
     153    </para>
    146154
    147155    <para>
     
    157165      <option>--enable-xlib-xcb</option>: This switch enables experimental
    158166      Xlib/XCB functions used by some window managers.
    159     </para>
    160 
    161     <para>
    162       <option>--enable-gl</option>: This switch enables
    163       <application>Cairo</application>'s experimental
    164       <application>OpenGL</application> surface which
    165       is required for <application>Wayland</application>
    166       compositor and some other packages that are not
    167       part of BLFS.
    168167    </para>
    169168
  • x/lib/clutter-gst2.xml

    r5b5c0e9 rd72fae5a  
    107107    </para>
    108108
    109     <note><para>
    110       This package<!--must be built from an Xterm.  It will--> fails to build
    111       over an ssh session.
    112     </para></note>
    113 
    114109<screen><userinput>./configure --prefix=/usr &amp;&amp;
    115110make</userinput></screen>
  • x/lib/clutter-systemd.xml

    r5b5c0e9 rd72fae5a  
    99  <!ENTITY clutter-md5sum        "a8a33a57a944c6d7c7c013ce9aa3222b">
    1010  <!ENTITY clutter-size          "5.0 MB">
    11   <!ENTITY clutter-buildsize     "83 MB (additional 8 MB for docs creation and 11 MB for tests)">
    12   <!ENTITY clutter-time          "0.7 SBU (additional 2.2 SBU for docs creation and 0.6 SBU for tests)">
     11  <!ENTITY clutter-buildsize     "95 MB">
     12  <!ENTITY clutter-time          "0.8 SBU">
    1313]>
    1414
     
    8282    </itemizedlist>
    8383
     84
    8485    <bridgehead renderas="sect3">Clutter Dependencies</bridgehead>
    8586
     
    9394    <bridgehead renderas="sect4">Recommended</bridgehead>
    9495    <para role="recommended">
    95       <xref linkend="gobject-introspection"/> and
    96       <xref linkend="gtk3"/>
     96      <xref linkend="gobject-introspection"/>,
     97      <xref linkend="libinput"/>,
     98      <xref linkend="libxkbcommon"/>,
     99      <xref linkend="systemd"/> (for GUdev), and
     100      <xref linkend="wayland"/>
    97101    </para>
    98102
    99103    <bridgehead renderas="sect4">Optional</bridgehead>
    100104    <para role="optional">
    101       <xref linkend="gtk-doc"/>,
    102       <xref linkend="systemd"/> (for GUdev),
    103       <ulink url="http://www.freedesktop.org/wiki/Software/libevdev/">
    104       libevdev</ulink>,
    105       <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
    106       <ulink url="http://tslib.berlios.de/">Tslib</ulink>, and
    107       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
     105      <xref linkend="gtk-doc"/> and
     106      <ulink url="http://tslib.berlios.de/">Tslib</ulink>
    108107    </para>
    109108
     
    115114  <sect2 role="installation">
    116115    <title>Installation of Clutter</title>
    117 <!--
    118     <para>
    119       If you wish to run the tests, the following commands disable two tests
    120       that fail.
    121     </para>
    122 
    123 <screen><userinput>sed -i '/actor-offscreen-redirect/d' \
    124        tests/conform/Makefile.am tests/conform/Makefile.in &amp;&amp;
    125 autoreconf -f -i</userinput></screen>
    126 -->
     116
    127117    <para>
    128118      Install <application>Clutter</application> by running the following
     
    130120    </para>
    131121
    132 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-egl-backend &amp;&amp;
     122<screen><userinput>./configure --prefix=/usr               \
     123            --sysconfdir=/etc           \
     124            --enable-egl-backend        \
     125            --enable-evdev-input        \
     126            --enable-wayland-backend    \
     127            --enable-wayland-compositor &amp;&amp;
    133128make</userinput></screen>
    134129
    135130    <para>
    136       To test the results, issue: <command>make check</command> (you must be
    137       in an xterm or similar to do this, because it launches some windows).
    138       Two tests have been observed to fail.
     131      To test the results, issue: <command>make check</command> from an
     132      X terminal emulator.
    139133    </para>
    140134
     
    152146    <para>
    153147      <parameter>--enable-egl-backend</parameter>: This switch enables
    154       the experimental EGL windowing backend.
     148      the experimental EGL windowing backend which is required for
     149      <application>GNOME</application> Wayland support.
     150    </para>
     151
     152    <para>
     153      <parameter>--enable-evdev-input</parameter>: This switch enables
     154      the experimental Evdev input backend which is required for
     155      <application>GNOME</application> Wayland support.
     156    </para>
     157
     158    <para>
     159      <parameter>--enable-wayland-*</parameter>: These switches enable
     160      experimental <application>Wayland</application> API in
     161      <application>Clutter</application> which is required for
     162      <application>GNOME</application> Wayland support.
    155163    </para>
    156164
     
    165173    <segmentedlist>
    166174      <segtitle>Installed Programs</segtitle>
    167       <segtitle>Installed Library</segtitle>
     175      <segtitle>Installed Libraries</segtitle>
    168176      <segtitle>Installed Directories</segtitle>
    169177
  • x/lib/cogl-systemd.xml

    r5b5c0e9 rd72fae5a  
    8484    <bridgehead renderas="sect4">Recommended</bridgehead>
    8585    <para role="recommended">
    86       <xref linkend="gobject-introspection"/>
     86      <xref linkend="gobject-introspection"/> and
     87      <xref linkend="wayland"/>
    8788    </para>
    8889
     
    9192      <xref linkend="gst10-plugins-base"/>,
    9293      <xref linkend="gtk-doc"/>,
    93       <xref linkend="sdl"/>,
    94       <ulink url="http://www.libsdl.org/tmp/release/">SDL2</ulink>, and
    95       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
     94      <xref linkend="sdl"/>, and
     95      <ulink url="http://www.libsdl.org/tmp/release/">SDL2</ulink>
    9696    </para>
    9797
     
    109109    </para>
    110110
    111 <screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
     111<screen><userinput>./configure --prefix=/usr                 \
     112            --enable-gles1                \
     113            --enable-gles2                \
     114            --enable-kms-egl-platform     \
     115            --enable-wayland-egl-platform \
     116            --enable-xlib-egl-platform    \
     117            --enable-wayland-egl-server   &amp;&amp;
    112118make</userinput></screen>
    113119
     
    137143      <parameter>--enable-gles2</parameter>: This switch enables support
    138144      for OpenGL ES 2.0.
     145    </para>
     146
     147    <para>
     148      <parameter>--enable-*-egl-platform</parameter>: This switch enables
     149      support for KMS, Wayland and Xlib EGL platforms. They are required
     150      for <application>GNOME</application> Wayland support.
     151    </para>
     152
     153    <para>
     154      <parameter>--enable-wayland-egl-server</parameter>: This switch
     155      enables <application>Cogl</application>'s Wayland Server API
     156      which is required for <application>GNOME</application> Wayland
     157      support.
    139158    </para>
    140159
  • x/lib/fltk.xml

    r5b5c0e9 rd72fae5a  
    9494    <para role="required">
    9595      <xref linkend="glu"/>
    96       <xref linkend="mesalib"/>, and
    97       <xref linkend="xorg7-lib"/>,
    9896    </para>
    9997
     
    102100      <xref linkend="desktop-file-utils"/>,
    103101      <xref linkend="hicolor-icon-theme"/>, and
    104       <xref linkend="libjpeg"/>,
     102      <xref linkend="libjpeg"/>
    105103    </para>
    106104
     
    109107      <xref linkend="alsa-lib"/>,
    110108      <xref linkend="doxygen"/>, and
    111       <xref linkend="texlive"/>,
     109      <xref linkend="texlive"/>
    112110    </para>
    113111
     
    135133sed -i -e '/cat./d' documentation/Makefile       &amp;&amp;
    136134
    137 ./configure --prefix=/usr    \
    138             --enable-threads \
    139             --enable-xft     \
    140             --enable-shared  &amp;&amp;
     135./configure --prefix=/usr --enable-shared &amp;&amp;
    141136make</userinput></screen>
    142137
     
    169164
    170165    <para>
    171       <command>patch ...tigervnc-1.patch</command>: Install patches to make
    172       the libraries compatible with <application>tigervnc</application>.
    173     </para>
    174 
    175     <para>
    176       <command>patch ...dynamic_libs-1.patch</command>: Allow building
    177       dynamic libraries.
    178     </para>
    179 
    180     <para>
    181166      <command>sed ... configure</command>: configure: Fix output of
    182167      <command>fltk-config --version</command>.
     
    185170    <para>
    186171      <command>sed ... documentation/Makefile</command>: Avoid installing
    187       pages in <filename class='directory'>/usr/share/man/cat*</filename>.
     172      pages in <filename class="directory">/usr/share/man/cat*</filename>.
     173    </para>
     174
     175    <para>
     176      <parameter>--enable-shared</parameter>: This switch enables building
     177      of the shared libraries in addition to static ones.
    188178    </para>
    189179
     
    207197        </seg>
    208198        <seg>
    209           libfltk.{a,so}, 
    210           libfltk_forms.{a,so}, 
     199          libfltk.{a,so},
     200          libfltk_forms.{a,so},
    211201          libfltk_gl.{a,so}, and
    212202          libfltk_images.{a,so}
  • x/lib/gdk-pixbuf.xml

    r5b5c0e9 rd72fae5a  
    1111  <!ENTITY gdk-pixbuf-md5sum        "74cde211f5b7ac1015d1a7c9feee037c">
    1212  <!ENTITY gdk-pixbuf-size          "1.3 MB">
    13   <!ENTITY gdk-pixbuf-buildsize     "25 MB (additional 1 MB for the tests and 1 MB to rebuild and install the API documentation)">
    14   <!ENTITY gdk-pixbuf-time          "0.3 SBU (additional 0.4 SBU to run the test suite and less than 0.1 SBU to rebuild and install the API documentation)">
     13  <!ENTITY gdk-pixbuf-buildsize     "22 MB (including the tests and API documentation)">
     14  <!ENTITY gdk-pixbuf-time          "0.7 SBU (including the tests and rebuilding the API documentation)">
    1515]>
    1616
  • x/lib/glu.xml

    r5b5c0e9 rd72fae5a  
    9191    </para>
    9292
    93 <screen><userinput>./configure --prefix=$XORG_PREFIX --disable-static &amp;&amp;
     93<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9494make</userinput></screen>
    9595
  • x/lib/gtk+2.xml

    r5b5c0e9 rd72fae5a  
    196196    </sect3>
    197197
    198     <sect3><title>Configuration Information</title>
     198    <sect3>
     199      <title>Configuration Information</title>
    199200
    200201      <para>
     
    203204        <application>GTK+ 2</application> icon theme can be used to change the
    204205        icons that appear on the application's toolbar. If you have installed a
    205         <application>GTK+ 2</application> theme (such as <ulink
    206         url="http://ftp.gnome.org/pub/gnome/sources/gnome-themes/2.32/">gnome-themes</ulink>
    207         (requires <xref linkend="gtk-engines"/>)) or a
    208         <application>GTK+</application> icon theme (such as <xref
    209         linkend="adwaita-icon-theme"/>) you can set your preferences in
     206        <application>GTK+ 2</application> theme (such as <xref
     207        linkend="gnome-themes-standard"/>) or a
     208        <application>GTK+ 2</application> icon theme (such as
     209        <xref linkend="adwaita-icon-theme"/>) you can set your preferences in
    210210        <filename>~/.gtkrc-2.0</filename>:
    211211      </para>
    212212
    213213<screen><userinput>cat &gt; ~/.gtkrc-2.0 &lt;&lt; "EOF"
    214 include "/usr/share/themes/<replaceable>Glider</replaceable>/gtk-2.0/gtkrc"
    215 gtk-icon-theme-name = "<replaceable>hicolor</replaceable>"
     214include "/usr/share/themes/<replaceable>Adwaita</replaceable>/gtk-2.0/gtkrc"
     215gtk-icon-theme-name = "<replaceable>Adwaita</replaceable>"
    216216EOF</userinput></screen>
    217217
  • x/lib/gtk+3-systemd.xml

    r5b5c0e9 rd72fae5a  
    55  %general-entities;
    66
    7   <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-14;/gtk+-&gtk3-version;.tar.xz">
    8   <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/&gnome-minor-14;/gtk+-&gtk3-version;.tar.xz">
     7  <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/3.14/gtk+-&gtk3-version;.tar.xz">
     8  <!ENTITY gtk3-download-ftp  "&gnome-download-ftp;/gtk+/3.14/gtk+-&gtk3-version;.tar.xz">
    99  <!ENTITY gtk3-md5sum        "103a3521cf792f2ee12d0d1349d79288">
    1010  <!ENTITY gtk3-size          "15 MB">
    11   <!ENTITY gtk3-buildsize     "401 MB (additional 6 MB for the test suite and 19 MB to rebuild the docs)">
    12   <!ENTITY gtk3-time          "4.8 SBU (additional 0.4 SBU for the test suite and 3.7 SBU to rebuild the docs)">
     11  <!ENTITY gtk3-buildsize     "465 MB">
     12  <!ENTITY gtk3-time          "3.4 SBU">
    1313]>
    1414
     
    7979      <xref linkend="gdk-pixbuf"/>, and
    8080      <xref linkend="pango"/>
     81    </para>
     82
     83    <bridgehead renderas="sect4">Recommended</bridgehead>
     84    <para role="recommended">
     85      <xref linkend="libxkbcommon"/> and
     86      <xref linkend="wayland"/>
    8187    </para>
    8288
     
    9298      <xref linkend="docbook-utils"/>,
    9399      <xref linkend="gtk-doc"/>,
    94       <xref linkend="json-glib"/>,
    95       <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/rest/">rest</ulink>,
    96       <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>, and
    97       <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
     100      <xref linkend="json-glib"/>, and
     101      <xref linkend="librest"/>
    98102    </para>
    99103
     
    126130            --sysconfdir=/etc         \
    127131            --enable-broadway-backend \
    128             --enable-x11-backend      \
    129             --disable-wayland-backend &amp;&amp;
     132            --enable-wayland-backend  \
     133            --enable-x11-backend      &amp;&amp;
    130134make</userinput></screen>
    131135
    132136    <para>
    133       Some tests fail if
     137      Some tests may fail if
    134138      <filename>/usr/share/glib-2.0/schemas/gschemas.compiled</filename> is not
    135139      found. If you wish to run the test suite, create (or update) the file
     
    169173
    170174    <para>
    171       <option>--enable-broadway-backend</option>: switch enables the HTML5 GTK backend.
    172     </para>
    173 
    174     <para>
    175       <option>--enable-x11-backend</option>: switch enables the X11 GDK backend.
    176     </para>
    177 
    178     <para>
    179       <option>--disable-wayland-backend</option>: switch disables the Wayland GDK backend
    180       because Wayland isn't available in BLFS.
     175      <parameter>--enable-broadway-backend</parameter>: This switch enables the
     176      Broadway HTML5 GDK backend.
     177    </para>
     178
     179    <para>
     180      <parameter>--enable-wayland-backend</parameter>: This switch enables the
     181      Wayland GDK backend which is required for <application>GNOME</application>
     182      Wayland support. Remove it if you have not installed the recommended
     183      dependencies.     
     184    </para>
     185
     186    <para>
     187      <parameter>--enable-x11-backend</parameter>: This switch enables the
     188      X11 GDK backend.
    181189    </para>
    182190
     
    212220        be used to change the icons that appear on the application's toolbar.
    213221        If you have installed a <application>GTK+ 3</application> theme (eg
    214         <xref linkend="gnome-themes-standard"/> or an icon theme (such as <xref
    215         linkend="adwaita-icon-theme"/>) you can set your prefences in
     222        <xref linkend="gnome-themes-standard"/> or an icon theme (such as
     223        <xref linkend="adwaita-icon-theme"/>) you can set your prefences in
    216224        <filename>~/.config/gtk-3.0/settings.ini</filename>. Eg:
    217225      </para>
     
    221229[Settings]
    222230gtk-theme-name = <replaceable>Adwaita</replaceable>
    223 gtk-fallback-icon-theme = <replaceable>gnome</replaceable>
     231gtk-icon-theme-name = <replaceable>Adwaita</replaceable>
    224232EOF</userinput></screen>
    225233
     
    253261      <seglistitem>
    254262        <seg>
    255           broadwayd,
    256           gtk3-demo,
    257           gtk3-demo-application,
    258           gtk3-icon-browser,
    259           gtk3-widget-factory,
    260           gtk-encode-symbolic-svg,
    261           gtk-launch,
     263          broadwayd, gtk3-demo, gtk3-demo-application,
     264          gtk3-icon-browser, gtk3-widget-factory,
     265          gtk-encode-symbolic-svg, gtk-launch,
    262266          gtk-query-immodules-3.0, and
    263267          gtk-update-icon-cache
     
    265269        <seg>
    266270          libgailutil-3.so, libgdk-3.so, and libgtk-3.so
    267 
    268271        </seg>
    269272        <seg>
  • x/lib/lib.xml

    r5b5c0e9 rd72fae5a  
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi2-core.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="at-spi2-atk.xml"/>
    32   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cairo.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cairo-systemd.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cairomm.xml"/>
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cogl.xml"/>
    35   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cogl-systemd.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-systemd.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gst2.xml"/>
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gtk.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="colord-gtk-systemd.xml"/>
    3839  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="fltk.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="freeglut.xml"/>
     
    4243  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="goffice010.xml"/>
    4344  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+2.xml"/>
    44   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+3.xml"/>
     45  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk+3-systemd.xml"/>
    4546  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-engines.xml"/>
    4647  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkmm2.xml"/>
    4748  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtkmm3.xml"/>
     49  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gtk-vnc-systemd.xml"/>
    4850  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="imlib2.xml"/>
    4951  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libdrm.xml"/>
  • x/lib/libdrm.xml

    r5b5c0e9 rd72fae5a  
    8383    <bridgehead renderas="sect4">Optional</bridgehead>
    8484    <para role="optional">
     85      <xref linkend="cairo"/> (for the testsuite),
    8586      <xref linkend="DocBook"/>,
    8687      <xref linkend="docbook-xsl"/> and
  • x/lib/libepoxy.xml

    r5b5c0e9 rd72fae5a  
    7878    </para>
    7979
     80    <bridgehead renderas="sect4">Optional</bridgehead>
     81    <para role="optional">
     82      <xref linkend="python3"/>
     83    </para>
     84
    8085    <para condition="html" role="usernotes">
    8186      User Notes: <ulink url="&blfs-wiki;/libepoxy"/>
  • x/lib/libxklavier.xml

    r5b5c0e9 rd72fae5a  
    124124    <title>Command Explanations</title>
    125125
    126     <para>
    127       <parameter>--with-xkb-base=$XORG_PREFIX/share/X11/xkb</parameter>:
    128       Use this swithc if the $XORG_PREFIX is anything other than
    129       <filename class="directory">/usr</filename>.
    130     </para>
    131 
    132126    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    133127      href="../../xincludes/static-libraries.xml"/>
Note: See TracChangeset for help on using the changeset viewer.