Ignore:
Timestamp:
02/03/2019 06:37:53 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
4d176c4f
Parents:
8f6f10e
Message:

Merge to HEAD 21080.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/grilo.xml

    r8f6f10e rd60cd837  
    77  <!ENTITY grilo-download-http "&gnome-download-http;/grilo/0.3/grilo-&grilo-version;.tar.xz">
    88  <!ENTITY grilo-download-ftp  "&gnome-download-ftp;/grilo/0.3/grilo-&grilo-version;.tar.xz">
    9   <!ENTITY grilo-md5sum        "6065e593a2cd7abbd697447db77cf832">
    10   <!ENTITY grilo-size          "640 KB">
    11   <!ENTITY grilo-buildsize     "28 MB">
     9  <!ENTITY grilo-md5sum        "7c2c9a506e64e5f1a5fafd89ce53d9b0">
     10  <!ENTITY grilo-size          "228 KB">
     11  <!ENTITY grilo-buildsize     "11 MB">
    1212  <!ENTITY grilo-time          "0.1 SBU">
    1313]>
     
    9494    following commands:</para>
    9595
    96 <!-- At the next release of grilo, the build system will change to meson.
    97      Because we are so close to BLFS-8.3, I'm leaving it intact. -->
    98 
    99 <screen><userinput>./configure --prefix=/usr     \
    100             --libdir=/usr/lib \
    101             --disable-static &amp;&amp;
    102 make</userinput></screen>
     96<screen><userinput>mkdir build &amp;&amp;
     97cd build    &amp;&amp;
     98meson --prefix=/usr \
     99      --libexecdir=/usr/lib .. &amp;&amp;
     100ninja</userinput></screen>
    103101
    104102    <!-- testsuite exists, but does nothing -->
     
    107105    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    108106
    109 <screen role="root"><userinput>make install</userinput></screen>
     107<screen role="root"><userinput>ninja install</userinput></screen>
    110108
    111109  </sect2>
     
    114112    <title>Command Explanations</title>
    115113
    116     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117       href="../../xincludes/static-libraries.xml"/>
    118 
    119     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    120       href="../../xincludes/gtk-doc-rebuild.xml"/>
     114    <para>
     115      <option>-Denable-gtk-doc=true</option>: This option enables generating
     116      documentation. If you have <xref linkend="gtk-doc"/> installed and wish
     117      to generate documentation, add this option.
     118    </para>
    121119
    122120  </sect2>
Note: See TracChangeset for help on using the changeset viewer.