Changeset b035527


Ignore:
Timestamp:
04/24/2022 08:20:08 AM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
aa0f6080
Parents:
ef5beae
Message:

libpeas: add --wrap-mode=nofallback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/libpeas.xml

    ref5beae rb035527  
    120120cd    build &amp;&amp;
    121121
    122 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     122meson --prefix=/usr --buildtype=release --wrap-mode=nofallback .. &amp;&amp;
    123123ninja</userinput></screen>
    124124
     
    142142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    143143      href="../../xincludes/meson-buildtype-release.xml"/>
     144
     145    <!-- gi-docgen can get installed without this, if deps exist -->
     146    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     147      href="../../xincludes/meson-wrap-nofallback.xml"/>
    144148
    145149    <para>
Note: See TracChangeset for help on using the changeset viewer.