Changeset 4106cdc3 for gnome/platform
- Timestamp:
- 02/14/2020 07:20:14 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8bfe7c9
- Parents:
- 8078f5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/libgdata.xml
r8078f5f r4106cdc3 81 81 <xref linkend="gnome-online-accounts"/>, 82 82 <xref linkend="gtk3"/>, 83 <xref linkend="json-glib"/>, 84 <xref linkend="uhttpmock"/>, and 83 <xref linkend="json-glib"/>, and 85 84 <xref linkend="vala"/> 86 85 </para> … … 95 94 <bridgehead renderas="sect4">Optional</bridgehead> 96 95 <para role="optional"> 97 <xref linkend="gtk-doc"/> 96 <xref linkend="gtk-doc"/> and 97 <xref linkend="uhttpmock"/> (required for tests) 98 98 </para> 99 99 … … 114 114 cd build && 115 115 116 meson --prefix=/usr -Dgtk_doc=false .. &&116 meson --prefix=/usr -Dgtk_doc=false -Dalways_build_tests=false .. && 117 117 ninja</userinput></screen> 118 118 119 119 <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 121 125 the tests need network access. 122 126 </para>
Note:
See TracChangeset
for help on using the changeset viewer.