Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wayland.xml

    r20a35ab r87351a9  
    77  <!ENTITY wayland-download-http "https://wayland.freedesktop.org/releases/wayland-&wayland-version;.tar.xz">
    88  <!ENTITY wayland-download-ftp  " ">
    9   <!ENTITY wayland-md5sum        "5d59ac3d8a8f4e42de2ceb8bb19dfca9">
    10   <!ENTITY wayland-size          "448 KB">
    11   <!ENTITY wayland-buildsize     "15 MB (with tests)">
     9  <!ENTITY wayland-md5sum        "23317697b6e3ff2e1ac8c5ba3ed57b65">
     10  <!ENTITY wayland-size          "444 KB">
     11  <!ENTITY wayland-buildsize     "14 MB (with tests)">
    1212  <!ENTITY wayland-time          "0.2 SBU (with tests)">
    1313]>
     
    1717
    1818  <sect1info>
    19     <date>$Date$</date>
     19    <othername>$LastChangedBy: renodr $</othername>
     20    <date>$Date: 2015-07-31 23:26:22 -0500 (Fri, 31 Jul 2015) $</date>
    2021  </sect1info>
    2122
     
    3536    </para>
    3637
    37     &lfs110a_checked;
     38    &lfs10_checked;
    3839
    3940    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    101102    </para>
    102103
    103 <screen><userinput>mkdir build &amp;&amp;
    104 cd    build &amp;&amp;
    105 
    106 meson --prefix=/usr       \
    107       --buildtype=release \
    108       -Ddocumentation=false &amp;&amp;
    109 ninja</userinput></screen>
    110 
    111     <para>
    112       To test the results, issue: <command>ninja test</command>.
     104<screen><userinput>./configure --prefix=/usr    \
     105            --disable-static \
     106            --disable-documentation &amp;&amp;
     107make</userinput></screen>
     108
     109    <para>
     110      To test the results, issue: <command>make check</command>.
    113111      <!-- Seems to work without X installed
    114112     
     
    123121    </para>
    124122
    125 <screen role="root"><userinput>ninja install</userinput></screen>
     123<screen role="root"><userinput>make install</userinput></screen>
    126124
    127125  </sect2>
     
    154152        </seg>
    155153        <seg>
    156           libwayland-client.so,
    157           libwayland-cursor.so,
    158           libwayland-egl.so,
    159           and libwayland-server.so
     154          libwayland-client.so, libwayland-cursor.so, and libwayland-server.so
    160155        </seg>
    161156        <seg>
     
    188183          <para>
    189184            contains API functions for writing <application>Wayland</application>
    190             applications
     185            applications.
    191186          </para>
    192187          <indexterm zone="wayland libwayland-client">
     
    201196          <para>
    202197            contains API functions for managing cursors in <application>Wayland</application>
    203             applications
     198            applications.
    204199          </para>
    205200          <indexterm zone="wayland libwayland-cursor">
     
    209204      </varlistentry>
    210205
    211       <varlistentry id="libwayland-egl">
    212         <term><filename class="libraryfile">libwayland-egl.so</filename></term>
    213         <listitem>
    214           <para>
    215             contains API functions for handling OpenGL calls in
    216             <application>Wayland</application> applications
    217           </para>
    218           <indexterm zone="wayland libwayland-egl">
    219             <primary sortas="c-libwayland-egl">libwayland-egl.so</primary>
    220           </indexterm>
    221         </listitem>
    222       </varlistentry>
    223 
    224206      <varlistentry id="libwayland-server">
    225207        <term><filename class="libraryfile">libwayland-server.so</filename></term>
     
    227209          <para>
    228210            contains API functions for writing <application>Wayland</application>
    229             compositors
     211            compositors.
    230212          </para>
    231213          <indexterm zone="wayland libwayland-server">
Note: See TracChangeset for help on using the changeset viewer.