[blfs] 01/05: lcms2: switch to meson
| Newsgroups | gmane.linux.lfs.beyond.book |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. git pushed a commit to branch trunk in repository blfs. commit 64f2779d6f54f4e9a3b867da2650bec995bbd9c2 Author: Xi Ruoyao <[email protected]> AuthorDate: Wed May 6 16:01:25 2026 +0800 lcms2: switch to meson --- general/graphlib/lcms2.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/general/graphlib/lcms2.xml b/general/graphlib/lcms2.xml index 54a614ae6f..0a778b4b0f 100644 --- a/general/graphlib/lcms2.xml +++ b/general/graphlib/lcms2.xml @@ -86,25 +86,25 @@ commands: </para> -<screen><userinput>./configure --prefix=/usr --disable-static && -make</userinput></screen> +<screen><userinput>meson setup --prefix=/usr --buildtype=release +ninja</userinput></screen> <para> - To test the results, issue: <command>make check</command>. + To test the results, issue: <command>ninja test</command>. </para> <para> Now, as the <systemitem class="username">root</systemitem> user: </para> -<screen role="root"><userinput>make install</userinput></screen> +<screen role="root"><userinput>ninja install</userinput></screen> </sect2> <sect2 role="commands"> <title>Command Explanations</title> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" - href="../../xincludes/static-libraries.xml"/> + href="../../xincludes/meson-buildtype-release.xml"/> </sect2> -- To stop receiving notification emails like this one, please contact the administrator of this repository. -- http://lists.linuxfromscratch.org/sympa/info/blfs-book Unsubscribe: See the above information page