source: BOOK/final-system/multilib/dbus.xml @ 7cd7f99

systemd
Last change on this file since 7cd7f99 was 7cd7f99, checked in by Chris Staub <chris@…>, 8 years ago

Put one configure option per line

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[27f57ec]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-dbus-32" role="wrap">
9  <?dbhtml filename="dbus.html"?>
10
11  <title>D-Bus-&dbus-version; 32 Bit Libraries</title>
12
13  <indexterm zone="ch-system-dbus-32">
14    <primary sortas="a-D-Bus">D-Bus 32 Bit Libraries</primary>
15  </indexterm>
16
[4317f44]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]18  href="../common/dbus.xml"
19  xpointer="xpointer(//*[@role='package'])"/>
20
21  <sect2 role="installation">
22    <title>Installation of D-Bus</title>
23
[4317f44]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]25    href="../common/dbus.xml"
26    xpointer="xpointer(//*[@os='a'])"/>
27
[101ef1f]28<screen os="b"><userinput>CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
[7cd7f99]29./configure \
30    --prefix=/usr \
31    --sysconfdir=/etc \
32    --libdir=/usr/lib \
33    --libexecdir=/usr/lib/dbus-1.0 \
34    --localstatedir=/var \
35    --with-systemdsystemunitdir=/lib/systemd/system \
[c873165]36    --docdir=/usr/share/doc/dbus-&dbus-version;</userinput></screen>
[27f57ec]37
[4317f44]38    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]39    href="../common/dbus.xml"
40    xpointer="xpointer(//*[@os='c'])"/>
41
[4317f44]42    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]43    href="../common/dbus.xml"
44    xpointer="xpointer(//*[@os='d'])"/>
45
[4317f44]46    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]47    href="../common/dbus.xml"
48    xpointer="xpointer(//*[@os='e'])"/>
49
[4317f44]50    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]51    href="../common/dbus.xml"
52    xpointer="xpointer(//*[@os='f'])"/>
53
[4317f44]54    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[27f57ec]55    href="../common/dbus.xml"
56    xpointer="xpointer(//*[@os='g'])"/>
57
[62172e9]58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42ff691]59    href="../common/dbus.xml"
[62172e9]60    xpointer="xpointer(//*[@os='h'])"/>
61
62    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[42ff691]63    href="../common/dbus.xml"
[62172e9]64    xpointer="xpointer(//*[@os='i'])"/>
65
[27f57ec]66  </sect2>
67
68  <sect2 role="content">
69    <title/>
70
71    <para>Details on this package are located in <xref
72    linkend="contents-dbus" role="."/></para>
73
74  </sect2>
75</sect1>
76
Note: See TracBrowser for help on using the repository browser.