Changeset 95381469
- Timestamp:
- 06/07/2016 03:30:40 AM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 96a04dff
- Parents:
- a6ccf19
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/sysutils/colord.xml
ra6ccf19 r95381469 94 94 <xref linkend="libgudev"/>, 95 95 <xref linkend="libgusb"/>, 96 <xref linkend="polkit"/>, and 96 <xref linkend="polkit"/>,<phrase revision="sysv"> and</phrase> 97 <phrase revision="systemd"><xref linkend="systemd"/>, and</phrase> 97 98 <xref linkend="vala"/> 98 99 </para> … … 135 136 </para> 136 137 137 <screen ><userinput>./configure --prefix=/usr \138 <screen revision="sysv"><userinput>./configure --prefix=/usr \ 138 139 --sysconfdir=/etc \ 139 140 --localstatedir=/var \ … … 147 148 make</userinput></screen> 148 149 150 <screen revision="systemd"><userinput>./configure --prefix=/usr \ 151 --sysconfdir=/etc \ 152 --localstatedir=/var \ 153 --with-daemon-user=colord \ 154 --enable-vala \ 155 --disable-argyllcms-sensor \ 156 --disable-bash-completion \ 157 --disable-static && 158 make</userinput></screen> 159 149 160 <para> 150 161 Now, as the <systemitem class="username">root</systemitem> user: … … 178 189 </para> 179 190 180 <para >191 <para revision="sysv"> 181 192 <parameter>--enable-systemd-login=no</parameter>: This parameter fixes 182 193 building without <application>systemd</application>, which is not part … … 199 210 href="../../xincludes/static-libraries.xml"/> 200 211 201 <para >212 <para revision="sysv"> 202 213 <parameter>--with-systemdsystemunitdir=no</parameter>: Disables 203 214 attempting to build with systemd libraries.
Note:
See TracChangeset
for help on using the changeset viewer.