Ignore:
Timestamp:
08/08/2021 10:34:25 AM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
96aa419
Parents:
13d90a85
Message:

wayland: meson-ize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wayland.xml

    r13d90a85 r7f4758b  
    101101    </para>
    102102
    103 <screen><userinput>./configure --prefix=/usr    \
    104             --disable-static \
    105             --disable-documentation &amp;&amp;
    106 make</userinput></screen>
    107 
    108     <para>
    109       To test the results, issue: <command>make check</command>.
     103<screen><userinput>mkdir build &amp;&amp;
     104cd    build &amp;&amp;
     105
     106meson --prefix=/usr       \
     107      --buildtype=release \
     108      -Ddocumentation=false &amp;&amp;
     109ninja</userinput></screen>
     110
     111    <para>
     112      To test the results, issue: <command>ninja test</command>.
    110113      <!-- Seems to work without X installed
    111114     
     
    120123    </para>
    121124
    122 <screen role="root"><userinput>make install</userinput></screen>
     125<screen role="root"><userinput>ninja install</userinput></screen>
    123126
    124127  </sect2>
Note: See TracChangeset for help on using the changeset viewer.