Ignore:
Timestamp:
08/15/2024 09:08:49 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3
Children:
6d6005b0
Parents:
34baef5
Message:

Fix -D<space> for Part III. General Libraries and Utilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libportal.xml

    r34baef5 r7c83169b  
    144144cd    build &amp;&amp;
    145145
    146 meson setup --prefix=/usr --buildtype=release -Ddocs=false .. &amp;&amp;
     146meson setup --prefix=/usr --buildtype=release -D docs=false .. &amp;&amp;
    147147ninja</userinput></screen>
    148148
     
    153153
    154154<screen role='nodump'><userinput>sed "/output/s/-1/-&libportal-version;/" -i ../doc/meson.build &amp;&amp;
    155 meson configure -Ddocs=true                    &amp;&amp;
     155meson configure -D docs=true                   &amp;&amp;
    156156ninja</userinput></screen>
    157157
     
    177177
    178178    <para>
    179       <parameter>-Ddocs=false</parameter>: &gi-doc-disable;
     179      <parameter>-D docs=false</parameter>: &gi-doc-disable;
    180180    </para>
    181181
     
    183183     explicitly set which ones are used (as of version 0.7)
    184184    <para>
    185       <option>-Dbackends=gtk3,gtk4,qt5</option>: This switch allows you to set
     185      <option>-D backends=gtk3,gtk4,qt5</option>: This switch allows you to set
    186186      the available backends. You can use it to disable the dependency on gtk-3,
    187187      gtk-4, or qt-5. Most applications that use libportal will use either
Note: See TracChangeset for help on using the changeset viewer.