Changeset b6fa7bb for gnome/platform


Ignore:
Timestamp:
02/25/2018 02:18:48 PM (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.2, 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:
b7e1917
Parents:
27597280
Message:

Fix Nautilus' meson.build so that it finds libm

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/nautilus.xml

    r27597280 rb6fa7bb  
    115115    </para>
    116116
    117 <screen><userinput>mkdir build &amp;&amp;
     117<screen><userinput>sed s/\'libm\'/\'m\'/ -i meson.build &amp;&amp;
     118mkdir build &amp;&amp;
    118119cd    build &amp;&amp;
    119120
     
    140141  <sect2 role="commands">
    141142    <title>Command Explanations</title>
     143
     144    <para>
     145      <command>sed s/\'libm\'/\'m\'/ -i meson.build</command>: Fix the build
     146      system so that it finds the Math library.
     147    </para>
    142148
    143149    <para>
Note: See TracChangeset for help on using the changeset viewer.