Ignore:
Timestamp:
08/15/2021 03:48:31 PM (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:
ac336b2
Parents:
1b893a7
Message:

wayland-protocol: mesonize

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/wayland-protocols.xml

    r1b893a7 rce69f84  
    9191    </para>
    9292
    93 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    94 make</userinput></screen>
     93<screen><userinput>meson --prefix=/usr --buildtype=release &amp;&amp;
     94ninja</userinput></screen>
    9595
    9696    <para>
    97       To test the results, issue: <command>make check</command>.
     97      To test the results, issue: <command>ninja test</command>.
    9898    </para>
    9999
     
    102102    </para>
    103103
    104 <screen role="root"><userinput>make install</userinput></screen>
     104<screen role="root"><userinput>ninja install</userinput></screen>
    105105  </sect2>
    106106
Note: See TracChangeset for help on using the changeset viewer.