Changeset da39a659
- Timestamp:
- 07/05/2019 07:02:13 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 0f7ad57
- Parents:
- 1ea4deb
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r1ea4deb rda39a659 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "05"> <!-- Always 2 digits --> 4 4 <!ENTITY month "07"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "July 4th, &year;">9 <!ENTITY releasedate "July 5th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r1ea4deb rda39a659 42 42 </listitem> 43 43 --> 44 45 <listitem> 46 <para>July 5th, 2019</para> 47 <itemizedlist> 48 <listitem> 49 <para>[dj] - Add Polkit as a runtime dependency for 50 Xorg-Server and remove --enable-install-setuid switch.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 44 54 45 55 <listitem> -
x/installing/xorg-server.xml
r1ea4deb rda39a659 94 94 <bridgehead renderas="sect4">Recommended</bridgehead> 95 95 <para role="recommended"> 96 <phrase revision="sysv"><xref linkend="elogind"/></phrase> 96 97 <xref linkend="libepoxy"/> (needed for glamor and Xwayland), 97 < xref linkend="wayland"/> (needed for Xwayland),98 < xref linkend="wayland-protocols"/>, and99 <phrase revision="sysv"> <xref linkend="elogind"/></phrase>100 <phrase revision="systemd"> <xref linkend="systemd"/></phrase>98 <phrase revision="sysv"><xref role="runtime" linkend="polkit"/> (runtime), 99 </phrase><xref linkend="wayland"/> (needed for Xwayland), 100 <phrase revision="sysv">, and</phrase> <xref linkend="wayland-protocols"/> 101 <phrase revision="systemd">, and <xref linkend="systemd"/></phrase> 101 102 </para> 102 103 … … 139 140 --enable-glamor \ 140 141 --enable-suid-wrapper \ 141 --enable-install-setuid \142 142 --with-xkb-output=/var/lib/xkb && 143 143 make</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.