gnome-settings-daemon: fixes:

- add a sed for meson-0.60
- remove dependency on xorg-wacom-driver
- use rm -f for a file that may not be present
This commit is contained in:
Pierre Labastie 2021-11-20 20:46:58 +01:00
parent de66d05264
commit 89f74953b8

View File

@ -92,8 +92,7 @@
<xref linkend="pulseaudio"/>,
<phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
<phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
<xref linkend="upower"/>, and
<xref linkend="xorg-wacom-driver"/>
and <xref linkend="upower"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
@ -152,7 +151,13 @@
First, remove older versions of the systemd units:
</para>
<screen revision="systemd" role="root"><userinput remap="pre">rm -v /usr/lib/systemd/user/gsd-*</userinput></screen>
<screen revision="systemd" role="root"><userinput remap="pre">rm -fv /usr/lib/systemd/user/gsd-*</userinput></screen>
<para>
Fix an issue with meson-0.60 and later:
</para>
<screen><userinput>sed -i /b_ndebug/s/true/\'true\'/ meson.build</userinput></screen>
<para>
Install <application>GNOME Settings Daemon</application> by running the