Changeset e5f2361


Ignore:
Timestamp:
03/22/2022 06:03:54 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
1aa7410a
Parents:
4fc1319
Message:

Enable gtk4 library for libnma.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r4fc1319 re5f2361  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Enable gtk4 library for libnma. Fixes
     49          <ulink url="&blfs-ticket-root;16273">#16273</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to libhandy-1.6.1. Fixes
    4953          <ulink url="&blfs-ticket-root;16266">#16266</ulink>.</para>
  • networking/netlibs/libnma.xml

    r4fc1319 re5f2361  
    7777      <xref linkend="gcr"/>,
    7878      <xref linkend="gtk3"/>,
     79      <xref linkend="gtk4"/>,
    7980      <xref linkend="iso-codes"/>, and
    8081      <xref linkend="NetworkManager"/>
     
    110111      --buildtype=release                       \
    111112      -Dgtk_doc=false                           \
     113      -Dlibnma_gtk4=true                        \
    112114      -Dmobile_broadband_provider_info=false .. &amp;&amp;
    113115ninja</userinput></screen>
     
    135137      <xref role="nodep" linkend="gtk-doc"/> installed and wish to
    136138      generate the API documentation, omit this switch.
     139    </para>
     140
     141    <para>
     142      <parameter>-Dlibnma_gtk4=true</parameter>: This parameter is
     143      needed by the latest <xref linkend="gnome-control-center"/>.
    137144    </para>
    138145
Note: See TracChangeset for help on using the changeset viewer.