Changeset 6dc438c9


Ignore:
Timestamp:
04/07/2018 08:57:25 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
3c8216c
Parents:
d834c1f
Message:

Eog uses meson now, and autotools are not available anymore

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/applications/eog.xml

    rd834c1f r6dc438c9  
    111111    </para>
    112112
    113 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    114 make</userinput></screen>
     113<screen><userinput>mkdir build &amp;&amp;
     114cd    build &amp;&amp;
     115
     116meson --prefix=/usr &amp;&amp;
     117ninja</userinput></screen>
    115118
    116119    <para>
     
    122125    </para>
    123126
    124 <screen role="root"><userinput>make install</userinput></screen>
     127<screen role="root"><userinput>ninja install</userinput></screen>
    125128
    126129  </sect2>
     
    129132    <title>Command Explanations</title>
    130133
    131 <!-- As of 3.20.3, this no longer seems to be needed.
    132     <para><envar>X11_CFLAGS="-Wno-error=format-nonliteral"</envar>:
    133     Ignore a warning that was flagged as an error.</para>
    134 -->
    135 
    136     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    137       href="../../xincludes/gtk-doc-rebuild.xml"/>
     134    <para>
     135      <option>-Dgtk-doc=true</option>: Use this parameter if
     136      <application>GTK-Doc</application> is installed and you wish to rebuild
     137      and install the API documentation.
     138    </para>
    138139
    139140  </sect2>
Note: See TracChangeset for help on using the changeset viewer.