Changeset 86bb3fe8


Ignore:
Timestamp:
07/12/2022 03:05:20 PM (22 months ago)
Author:
Douglas R. Reno <renodr@…>
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:
641597d
Parents:
aebb5271
Message:

libportal: Add text to describe how to set the available backends using
the -Dbackends= option.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libportal.xml

    raebb5271 r86bb3fe8  
    143143      <application>gi-docgen</application> is installed and you wish to rebuild
    144144      and install the API documentation.
     145    </para>
     146
     147    <para>
     148      <option>-Dbackends=gtk3,gtk4,qt5</option>: This switch allows you to set
     149      the available backends. You can use it to disable the dependency on gtk-3,
     150      gtk-4, or qt-5. Most applications that use libportal will use either
     151      gtk-4 or gtk-3. The default is to build all three backends.
    145152    </para>
    146153
  • introduction/welcome/changelog.xml

    raebb5271 r86bb3fe8  
    4545      <para>July 12th, 2022</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Added text to libportal to set the available
     49          backends.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[renodr] - Fix building QtWebEngine with ffmpeg-5.</para>
Note: See TracChangeset for help on using the changeset viewer.