Ignore:
Timestamp:
03/13/2023 04:48:55 PM (15 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
  • x/lib/colord-gtk.xml

    rca66edf r91318eb  
    112112cd    build &amp;&amp;
    113113
    114 meson --prefix=/usr       \
    115       --buildtype=release \
    116       -Dgtk2=true         \
    117       -Dgtk4=true         \
    118       -Dvapi=true         \
    119       -Ddocs=false        \
    120       -Dman=false ..      &amp;&amp;
     114meson setup --prefix=/usr       \
     115            --buildtype=release \
     116            -Dgtk2=true         \
     117            -Dgtk4=true         \
     118            -Dvapi=true         \
     119            -Ddocs=false        \
     120            -Dman=false         \
     121            ..                  &amp;&amp;
    121122ninja</userinput></screen>
    122123
Note: See TracChangeset for help on using the changeset viewer.