Ignore:
Timestamp:
03/13/2023 04:48:55 PM (14 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
00120f96
Parents:
ca66edf
Message:

Add "setup" to meson commands

I've not been very consistent on typography, but it is a start

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/nautilus.xml

    rca66edf r91318eb  
    128128cd    build &amp;&amp;
    129129
    130 meson --prefix=/usr       \
    131       --buildtype=release \
    132       -Dselinux=false     \
    133       -Dpackagekit=false  \
    134       .. &amp;&amp;
     130meson setup --prefix=/usr       \
     131            --buildtype=release \
     132            -Dselinux=false     \
     133            -Dpackagekit=false  \
     134            ..                  &amp;&amp;
    135135
    136136ninja</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.