Ignore:
Timestamp:
02/14/2020 07:20:14 AM (4 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
8bfe7c9
Parents:
8078f5f
Message:

libgdata: uhttpmock is only necessary for tests

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libgdata.xml

    r8078f5f r4106cdc3  
    8181      <xref linkend="gnome-online-accounts"/>,
    8282      <xref linkend="gtk3"/>,
    83       <xref linkend="json-glib"/>,
    84       <xref linkend="uhttpmock"/>, and
     83      <xref linkend="json-glib"/>, and
    8584      <xref linkend="vala"/>
    8685    </para>
     
    9594    <bridgehead renderas="sect4">Optional</bridgehead>
    9695    <para role="optional">
    97       <xref linkend="gtk-doc"/>
     96      <xref linkend="gtk-doc"/> and
     97      <xref linkend="uhttpmock"/> (required for tests)
    9898    </para>
    9999
     
    114114cd    build &amp;&amp;
    115115
    116 meson --prefix=/usr -Dgtk_doc=false .. &amp;&amp;
     116meson --prefix=/usr -Dgtk_doc=false -Dalways_build_tests=false .. &amp;&amp;
    117117ninja</userinput></screen>
    118118
    119119    <para>
    120       To test the results, issue: <command>ninja test</command>. Note that
     120      If you wish to run the test suite, make sure
     121      <xref linkend="uhttpmock"/> is installed and remove
     122      <parameter>-Dalways_build_tests=false</parameter> in the
     123      <command>meson</command> command line.  To test the results,
     124      issue: <command>ninja test</command>. Note that
    121125      the tests need network access.
    122126    </para>
Note: See TracChangeset for help on using the changeset viewer.