Changeset fbd6311 for x/lib


Ignore:
Timestamp:
09/12/2023 09:03:44 PM (8 months ago)
Author:
Rahul Chandra <rahulshaku2@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
11f671c8
Parents:
8ebc8b4
Message:

Remove gtk2 from colord-gtk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/colord-gtk.xml

    r8ebc8b4 rfbd6311  
    7979    <para role="recommended">
    8080      <xref linkend="gobject-introspection"/>,
    81       <xref linkend="gtk2"/>,
    8281      <xref linkend="gtk4"/>, and
    8382      <xref linkend="vala"/>
     
    111110meson setup --prefix=/usr       \
    112111            --buildtype=release \
    113             -Dgtk2=true         \
    114112            -Dgtk4=true         \
    115113            -Dvapi=true         \
     
    150148    <para>
    151149      <parameter>-Dgtk2=true</parameter>: This switch enables building
    152       the GTK+-2 bindings for colord.
     150      the GTK+-2 bindings for colord. However since gtk2 is deprecated
     151      it is not recommended to build these bindings.
    153152    </para>
    154153
     
    193192        </seg>
    194193        <seg>
    195           libcolord-gtk.so,
    196           libcolord-gtk2.so, and
     194          libcolord-gtk.so, and
    197195          libcolord-gtk4.so
    198196        </seg>
     
    230228          <indexterm zone="colord-gtk libcolord-gtk">
    231229            <primary sortas="c-libcolord-gtk">libcolord-gtk.so</primary>
    232           </indexterm>
    233         </listitem>
    234       </varlistentry>
    235 
    236       <varlistentry id="libcolord-gtk2">
    237         <term><filename class="libraryfile">libcolord-gtk2.so</filename></term>
    238         <listitem>
    239           <para>
    240             contains the <application>Colord</application>
    241             <application>GTK+-2</application> bindings
    242           </para>
    243           <indexterm zone="colord-gtk libcolord-gtk2">
    244             <primary sortas="c-libcolord-gtk2">libcolord-gtk2.so</primary>
    245230          </indexterm>
    246231        </listitem>
Note: See TracChangeset for help on using the changeset viewer.