Ignore:
Timestamp:
10/27/2014 06:51:53 PM (10 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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.