mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
gdm: Add -Drun-dir=/run/gdm
The default is /var/run/gdm, where /var/run is deprecated.
This commit is contained in:
parent
1525482132
commit
f810c91e49
@ -144,6 +144,7 @@ cd build &&
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dgdm-xsession=true \
|
||||
-Drun-dir=/run/gdm \
|
||||
-Dsystemd-journal=false \
|
||||
-Dsystemdsystemunitdir=/tmp \
|
||||
-Dsystemduserunitdir=/tmp .. &&
|
||||
@ -154,7 +155,8 @@ cd build &&
|
||||
|
||||
meson --prefix=/usr \
|
||||
--buildtype=release \
|
||||
-Dgdm-xsession=true .. &&
|
||||
-Dgdm-xsession=true \
|
||||
-Drun-dir=/run/gdm ..
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user