Changeset 2cffbee


Ignore:
Timestamp:
03/07/2023 03:20:56 AM (14 months ago)
Author:
Xi Ruoyao <xry111@…>
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:
496377a
Parents:
f7bf1c7
Message:

gtk4: Add -Dintrospection=enabled

It's needed for GNOME but not enabled by default in 4.10.0 release:
https://gitlab.gnome.org/GNOME/gtk/-/issues/5633.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk4.xml

    rf7bf1c7 r2cffbee  
    133133            --buildtype=release     \
    134134            -Dbroadway-backend=true \
     135            -Dintrospection=enabled \
    135136            .. &amp;&amp;
    136137ninja</userinput></screen>
     
    179180      <parameter>-Dbroadway-backend=true</parameter>: This switch enables the
    180181      HTML5 GDK backend.
     182    </para>
     183
     184    <para>
     185      <parameter>-Dintrospection=enabled</parameter>: This switch enables
     186      using <xref linkend='gobject-introspection'/> to generate GIR bindings
     187      of this packages.  These bindings are required by GNOME.
    181188    </para>
    182189
Note: See TracChangeset for help on using the changeset viewer.