Changeset 51dfb3e for x/lib/cogl.xml


Ignore:
Timestamp:
06/27/2019 08:55:17 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ff3264f
Parents:
e77adf7
Message:

Move BLFS/trunk/BOOK and BLFS/trunk/bootscripts to
BLFS/branches/old-trunk-20190627 and BLFS/branches/old-bootscripts-20190627.

Move BLFS/branches/elogind-book and BLFS/branches/elogind-bootscripts
to trunk.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cogl.xml

    re77adf7 r51dfb3e  
    8383      <xref linkend="gdk-pixbuf"/>,
    8484      <xref linkend="glu"/>,
    85       <xref linkend="mesa"/>,<phrase revision="sysv"> and</phrase>
    86       <xref linkend="pango"/><phrase revision="systemd">, and
    87       <xref linkend="wayland"/></phrase>
     85      <xref linkend="mesa"/>,
     86      <xref linkend="pango"/>, and
     87      <xref linkend="wayland"/>
    8888    </para>
    8989
     
    9797      <xref linkend="gst10-plugins-base"/>,
    9898      <xref linkend="gtk-doc"/>,
    99       <xref linkend="sdl"/>,<phrase revision="systemd"> and</phrase>
    100       <xref linkend="sdl2"/><phrase revision="sysv">, and
    101       <xref linkend="wayland"/></phrase>
     99      <xref linkend="sdl"/>, and
     100      <xref linkend="sdl2"/>
    102101    </para>
    103102
     
    125124    &parallel_issues;
    126125
    127 <screen revision="sysv"><userinput>sed -i 's/^#if COGL/#ifdef COGL/' cogl/winsys/cogl-winsys-egl.c &amp;&amp;
    128 
    129 ./configure --prefix=/usr --enable-gles1 --enable-gles2         &amp;&amp;
    130 make</userinput></screen>
    131 
    132 <screen revision="systemd"><userinput>sed -i 's/^#if COGL/#ifdef COGL/' cogl/winsys/cogl-winsys-egl.c &amp;&amp;
     126<screen><userinput>sed -i 's/^#if COGL/#ifdef COGL/' cogl/winsys/cogl-winsys-egl.c &amp;&amp;
    133127
    134128./configure --prefix=/usr --enable-gles1 --enable-gles2         \
     
    166160
    167161    <para>
    168       <phrase revision="sysv">
    169       <option>--enable-{kms,wayland,xlib}-egl-platform</option>:</phrase>
    170       <phrase revision="systemd">
    171       <parameter>--enable-{kms,wayland,xlib}-egl-platform</parameter>:</phrase>
     162      <parameter>--enable-{kms,wayland,xlib}-egl-platform</parameter>:
    172163      These switches enable support for KMS, Wayland and Xlib EGL platforms.
    173164      They are required for <application>GNOME</application> Wayland support.
     
    175166
    176167    <para>
    177       <phrase revision="sysv">
    178       <option>--enable-wayland-egl-server</option>:</phrase>
    179       <phrase revision="systemd">     
    180       <parameter>--enable-wayland-egl-server</parameter>:</phrase> This switch
     168      <parameter>--enable-wayland-egl-server</parameter>: This switch
    181169      enables <application>Cogl</application>'s Wayland Server API which is
    182170      required for <application>GNOME</application> Wayland support.
Note: See TracChangeset for help on using the changeset viewer.