Changeset b4cbfb4e


Ignore:
Timestamp:
12/21/2021 07:57:51 AM (2 years ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
11.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b84df53
Parents:
ab659ee
Message:

SDL2: patch for missing symbol in wayland-1.20.0

Report by "Berzerkula" on #lfs-support.
Bug: https://github.com/libsdl-org/SDL/issues/5088
Patch: https://github.com/libsdl-org/SDL/commit/e2ade2bfc46d915cd306c63c830b81d800b2575f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/sdl2.xml

    rab659ee rb4cbfb4e  
    7373    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7474    <itemizedlist spacing="compact">
     75<!-- should be fixed in sdl-2.0.19 -->
     76      <listitem>
     77        <para>
     78          Required patch for wayland-1.20.0:
     79           <ulink url="&patch-root;/SDL2-&sdl2-version;-wayland_1_20_fix-1.patch"/>
     80        </para>
     81      </listitem>
    7582      <listitem>
    7683        <para>
     
    119126   i?86) patch -Np1 -i ../SDL2-&sdl2-version;-opengl_include_fix-1.patch ;;
    120127esac</userinput></screen>
     128
     129    <para>
     130      Apply a patch to fix building with <xref linkend="wayland"/>:
     131    </para>
     132
     133<screen><userinput>patch -Np1 -i SDL2-&sdl2-version;-wayland_1_20_fix-1.patch</userinput></screen>
    121134
    122135    <para>
Note: See TracChangeset for help on using the changeset viewer.