Changeset 23c4cec1 for x


Ignore:
Timestamp:
11/30/2023 06:15:28 PM (6 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
5166e293
Parents:
46cb389
Message:

Add support for Vulkan to Qt5:

  • Make the dependency internal
  • Add the new library installed to Installed Libraries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r46cb389 r23c4cec1  
    151151      <xref linkend="sdl2"/>,
    152152      <xref linkend="unixodbc"/>,
     153      <xref linkend="vulkan-loader"/>,
    153154      <ulink url="https://www.assimp.org/">assimp</ulink>,
    154155      <ulink url="https://github.com/festvox/flite">Flite</ulink>,
     
    157158      <ulink url="https://libproxy.github.io/libproxy/">libproxy</ulink>,
    158159      <ulink url="https://openal.org/">OpenAL</ulink>,
    159       <ulink url="https://freebsoft.org/speechd/">speech-dispatcher</ulink>,
    160       <ulink url="http:///www.tslib.org/">tslib</ulink>, and
    161       <ulink url="https://vulkan.lunarg.com/sdk/home/">Vulkan</ulink>
     160      <ulink url="https://freebsoft.org/speechd/">speech-dispatcher</ulink>, and
     161      <ulink url="http:///www.tslib.org/">tslib</ulink>
     162      <!--<ulink url="https://vulkan.lunarg.com/sdk/home/">Vulkan</ulink>-->
    162163    </para>
    163164
     
    657658          libQt5Svg.so, libQt5Test.so, libQt5TextToSpeech.so,
    658659          libQt5ThemeSupport.a, libQt5UiTools.a, libQt5VirtualKeyboard.so,
    659           libQt5WaylandClient.so, libQt5WaylandCompositor.so,
    660           libQt5WebChannel.so, libQt5WebSockets.so, libQt5WebView.so,
    661           libQt5Widgets.so, libQt5X11Extras.so, libQt5XcbQpa.so,
    662           libQt5XkbCommonSupport.a, libQt5Xml.so, libQt5XmlPatterns.so,
     660          libQt5VulkanSupport.a, libQt5WaylandClient.so,
     661          libQt5WaylandCompositor.so, libQt5WebChannel.so, libQt5WebSockets.so,
     662          libQt5WebView.so, libQt5Widgets.so, libQt5X11Extras.so,
     663          libQt5XcbQpa.so, libQt5XkbCommonSupport.a, libQt5Xml.so,
     664          libQt5XmlPatterns.so,
    663665          and several plugins under /opt/qt5/{plugins,qml}
    664666        </seg>
Note: See TracChangeset for help on using the changeset viewer.