Changeset f7a7e27


Ignore:
Timestamp:
11/06/2020 01:13:11 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.1, 11.0, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5cff1a2
Parents:
fca98f3e
Message:

recommend Xorg-libs for SDL and SDL2, and recommend Wayland for SDL2:
some dependent packages assume the corresponding modules are built.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23877 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rfca98f3e rf7a7e27  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "05">                   <!-- Always 2 digits -->
     3<!ENTITY day          "06">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 5th, &year;">
     9<!ENTITY releasedate  "November 6th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rfca98f3e rf7a7e27  
    4343    -->
    4444    <listitem>
     45      <para>November 6th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Recommend Xorg libs for SDL and SDL2, and Wayland
     49          for SDL2: some dependent packages assume the corresponding modules
     50          exist.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>November 5th, 2020</para>
    4657      <itemizedlist>
  • multimedia/libdriv/sdl.xml

    rfca98f3e rf7a7e27  
    7373
    7474    <bridgehead renderas="sect3">SDL Dependencies</bridgehead>
     75
     76    <bridgehead renderas="sect4">Recommended</bridgehead>
     77    <para role="recommended">
     78      <xref linkend="xorg7-lib"/> (if they are not present, the corresponding
     79      modules are not built)
     80    </para>
    7581
    7682    <bridgehead renderas="sect4">Optional</bridgehead>
  • multimedia/libdriv/sdl2.xml

    rfca98f3e rf7a7e27  
    8383
    8484    <bridgehead renderas="sect3">SDL2 Dependencies</bridgehead>
     85
     86    <bridgehead renderas="sect4">Recommended</bridgehead>
     87    <para role="recommended">
     88      <xref linkend="libxkbcommon"/>,
     89      <xref linkend="wayland-protocols"/>, and
     90      <xref linkend="xorg7-lib"/> (if those are not present, the corresponding modules are not built)
     91    </para>
    8592
    8693    <bridgehead renderas="sect4">Optional</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.