Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libgudev.xml

    r20a35ab r8b9cf4c  
    99  <!ENTITY libgudev-download-ftp
    1010           "&gnome-download-ftp;/libgudev/&libgudev-version;/libgudev-&libgudev-version;.tar.xz">
    11   <!ENTITY libgudev-md5sum        "a7783083cd74957d3a727ddc4737ee84">
    12   <!ENTITY libgudev-size          "32 KB">
    13   <!ENTITY libgudev-buildsize     "1.8 MB">
     11  <!ENTITY libgudev-md5sum        "386889d460003a4242a64cb47244a39a">
     12  <!ENTITY libgudev-size          "268 KB">
     13  <!ENTITY libgudev-buildsize     "4.1 MB">
    1414  <!ENTITY libgudev-time          "less than 0.1 SBU">
    1515]>
     
    1919
    2020  <sect1info>
     21    <othername>$LastChangedBy$</othername>
    2122    <date>$Date$</date>
    2223  </sect1info>
     
    3637    </para>
    3738
    38     &lfs110a_checked;
     39    &lfs10_checked;
    3940
    4041    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9798    </para>
    9899
    99 <screen><userinput>mkdir build &amp;&amp;
    100 cd    build &amp;&amp;
    101 
    102 meson --prefix=/usr --buildtype=release .. &amp;&amp;
    103 ninja</userinput></screen>
     100<screen><userinput>./configure --prefix=/usr --disable-umockdev &amp;&amp;
     101make</userinput></screen>
    104102
    105103    <para>
    106       To test the results, issue: <command>ninja test</command>.
     104      If you wish to run the test suite, omit "--disable-umockdev" from the
     105      configure command and then issue: <command>make check</command>.
    107106    </para>
    108107
     
    111110    </para>
    112111
    113 <screen role="root"><userinput>ninja install</userinput></screen>
     112<screen role="root"><userinput>make install</userinput></screen>
    114113
    115114  </sect2>
     
    119118
    120119    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    121       href="../../xincludes/meson-buildtype-release.xml"/>
     120      href="../../xincludes/gtk-doc-rebuild.xml"/>
    122121
    123122    <para>
    124       <option>-Dgtk_doc=true</option>: Use this option if GTK-Doc is installed
    125       and you wish to build and install the API documentation.
    126     </para>
    127 
    128     <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    129     href="../../xincludes/gtk-doc-rebuild.xml"/>-->
    130 
    131 <!-- With meson, the tests will be disabled automatically without umockdev present.
    132     <para>
    133       <parameter>- -disable-umockdev</parameter>: Disables the usage of
     123      <parameter>--disable-umockdev</parameter>: Disables the usage of
    134124      <xref role="nodep" linkend="umockdev"/>. Omit this switch if you
    135125      wish to run the test suite.
    136126    </para>
    137 -->
     127
    138128  </sect2>
    139129
     
    169159        <listitem>
    170160          <para>
    171             is a GObject-based wrapper library for libudev
     161            is a GObject-based wrapper library for libudev.
    172162          </para>
    173163          <indexterm zone="libgudev libgudev-1.0">
Note: See TracChangeset for help on using the changeset viewer.