Ignore:
Timestamp:
02/16/2019 07:22:10 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
9d725222
Parents:
7a8cbd82
Message:

Put back systemd instructions for gnome-shell.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gnome-shell.xml

    r7a8cbd82 r6a3628f  
    124124    </para>
    125125
    126 <screen><userinput>mkdir build &amp;&amp;
     126<screen revision="sysv"><userinput>mkdir build &amp;&amp;
    127127cd    build &amp;&amp;
    128128
     
    132132ninja</userinput></screen>
    133133
     134<screen revision="systemd"><userinput>mkdir build &amp;&amp;
     135cd    build &amp;&amp;
     136
     137meson --prefix=/usr  \
     138      -Dsystemd=true \
     139      .. &amp;&amp;
     140ninja</userinput></screen>
    134141    <para>
    135142      To test the results, issue: <command>ninja test</command>. You must be
Note: See TracChangeset for help on using the changeset viewer.