Changeset c87169be for x/lib/gtk4.xml


Ignore:
Timestamp:
09/13/2024 03:02:00 AM (7 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
trunk
Children:
32207e0
Parents:
964682d8
Message:

Some adjustment in gtk4, and fix a typo in glslc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gtk4.xml

    r964682d8 rc87169be  
    7272      <xref linkend="fribidi"/>,
    7373      <xref linkend="gdk-pixbuf"/>,
    74       <xref linkend="glslc"/>,
    7574      <xref linkend="graphene"/>,
    7675      <xref linkend="iso-codes"/>,
     
    8685      <xref linkend="adwaita-icon-theme"/> (default for some gtk4 settings keys),
    8786      <xref linkend="gst10-plugins-bad"/>,
     87      <xref linkend="glslc"/>,
    8888      <xref role='runtime' linkend="gst10-plugins-good"/> (runtime,
    8989      built with <xref role='nodep' linkend='libvpx'/>),
    9090      <xref linkend="hicolor-icon-theme"/> (needed for tests and for defaults), and
    91       <xref linkend="librsvg"/>
     91      <xref linkend="librsvg"/>, and
     92      <xref linkend="vulkan-loader"/>
    9293    </para>
    9394
     
    131132            -D broadway-backend=true \
    132133            -D introspection=enabled \
    133             -D vulkan=enabled       \
     134            -D vulkan=enabled        \
    134135            .. &amp;&amp;
    135136ninja</userinput></screen>
     
    246247
    247248    <para>
    248       <option>-D vulkan=enabled</option>: Use this switch if you have
    249       <xref linkend="vulkan-loader"/> and <xref linkend="glslc"/> installed
    250       and wish to build the experimental Vulkan backend.
     249      <option>-D vulkan=disabled</option>: Use this switch instead of
     250      <parameter>-D vulkan=enabled</parameter> if you don't have
     251      <xref linkend="vulkan-loader"/> or <xref linkend="glslc"/> installed.
     252      It will disable the Vulkan backend that the upstream prefers to use
     253      on Wayland-based graphical environments.
    251254    </para>
    252255
Note: See TracChangeset for help on using the changeset viewer.