Changeset 441801a for x/lib


Ignore:
Timestamp:
07/20/2023 03:22:05 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
d949cb0
Parents:
d18a047b
Message:

qt5 (and alternative): Add some dependencies

It looks like we've forgotten some dependencies for Qt5 all the time.
And many dependencies of Qt5 are also needed by the alternative. I
gathered them via

readelf -d $(find -name \*.so) | grep NEEDED | grep -o '\[.*\]' |

sort | uniq | grep -v Qt 2>/dev/null

in the Qt5 alternative build directory.

Location:
x/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5-alternate.xml

    rd18a047b r441801a  
    121121      <xref linkend="alsa-lib"/>,
    122122      <xref linkend="cups"/>,
     123      <phrase revision='sysv'><xref linkend="dbus"/>,</phrase>
    123124      <xref linkend="double-conversion"/>,
     125      <xref linkend="glib2"/>,
     126      <xref linkend="harfbuzz"/>,
     127      <xref linkend="icu"/>,
    124128      <xref linkend="hicolor-icon-theme"/>,
     129      <xref linkend="mesa"/>,
     130      <xref linkend="libjpeg"/>,
    125131      <xref linkend="libxkbcommon"/>,
    126       <xref linkend="sqlite"/>, and
     132      <xref linkend="sqlite"/>,
     133      <xref linkend="wayland"/> (<application>Mesa</application>
     134      must be built with <application>Wayland</application> EGL
     135      backend), and
    127136      <xref linkend="xdg-utils"/>
    128137    </para>
     
    130139    <bridgehead renderas="sect4">Optional</bridgehead>
    131140    <para role="optional">
     141      <xref linkend="gtk3"/>,
     142      <xref linkend="libinput"/>
    132143      <xref linkend="mariadb"/>
    133144        or <ulink url="https://www.mysql.com/">MySQL</ulink>,
     145      <xref linkend="mitkrb"/>,
     146      <xref linkend="mtdev"/>
    134147      <xref linkend="postgresql"/>, and
    135       <xref linkend="unixodbc"/>,
     148      <xref linkend="unixodbc"/>
    136149    </para>
    137150    <!--
  • x/lib/qt5.xml

    rd18a047b r441801a  
    109109      <xref linkend="make-ca"/>,
    110110      <xref linkend="cups"/>,
     111      <phrase revision='sysv'><xref linkend="dbus"/>,</phrase>
    111112      <xref linkend="double-conversion"/>,
    112113      <xref linkend="glib2"/>,
     
    138139      <xref role="runtime" linkend="bluez"/> (for sdpscanner, and at runtime for
    139140      QtConnectivity module),
     141      <xref linkend="gtk3"/>,
    140142      <xref linkend="ibus"/>,
    141       <xref linkend="libinput"/>, <!-- needs -libinput switch -->
     143      <xref linkend="libinput"/>,
    142144      <xref linkend="mariadb"/>
    143145        or <ulink url="https://www.mysql.com/">MySQL</ulink>,
     146      <xref linkend="mitkrb"/>,
     147      <xref linkend="mtdev"/>
    144148      <xref linkend="pciutils"/>,
    145149      <xref linkend="postgresql"/>,
Note: See TracChangeset for help on using the changeset viewer.