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 | <!ENTITY wayland-protocols-download-http "https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/&wayland-protocols-version;/downloads/wayland-protocols-&wayland-protocols-version;.tar.xz">
|
---|
8 | <!ENTITY wayland-protocols-download-ftp " ">
|
---|
9 | <!ENTITY wayland-protocols-md5sum "1584de13eb30a4d1f2cd06c08ee24354">
|
---|
10 | <!ENTITY wayland-protocols-size "84 KB">
|
---|
11 | <!ENTITY wayland-protocols-buildsize "7.8 MB (with tests)">
|
---|
12 | <!ENTITY wayland-protocols-time "less than 0.1 SBU (with tests)">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="wayland-protocols" xreflabel="wayland-protocols-&wayland-protocols-version;">
|
---|
16 | <?dbhtml filename="wayland-protocols.html"?>
|
---|
17 |
|
---|
18 |
|
---|
19 | <title>Wayland-Protocols-&wayland-protocols-version;</title>
|
---|
20 |
|
---|
21 | <indexterm zone="wayland-protocols">
|
---|
22 | <primary sortas="a-wayland-protocols">wayland-protocols</primary>
|
---|
23 | </indexterm>
|
---|
24 |
|
---|
25 | <sect2 role="package">
|
---|
26 | <title>Introduction to Wayland-Protocols</title>
|
---|
27 |
|
---|
28 | <para>
|
---|
29 | The <application>Wayland-Protocols</application> package contains
|
---|
30 | additional Wayland protocols that add functionality outside of
|
---|
31 | protocols already in the Wayland core.
|
---|
32 | </para>
|
---|
33 |
|
---|
34 | &lfs112_checked;
|
---|
35 |
|
---|
36 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
37 | <itemizedlist spacing="compact">
|
---|
38 | <listitem>
|
---|
39 | <para>
|
---|
40 | Download (HTTP): <ulink url="&wayland-protocols-download-http;"/>
|
---|
41 | </para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>
|
---|
45 | Download (FTP): <ulink url="&wayland-protocols-download-ftp;"/>
|
---|
46 | </para>
|
---|
47 | </listitem>
|
---|
48 | <listitem>
|
---|
49 | <para>
|
---|
50 | Download MD5 sum: &wayland-protocols-md5sum;
|
---|
51 | </para>
|
---|
52 | </listitem>
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download size: &wayland-protocols-size;
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Estimated disk space required: &wayland-protocols-buildsize;
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Estimated build time: &wayland-protocols-time;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | </itemizedlist>
|
---|
69 |
|
---|
70 | <bridgehead renderas="sect3">Wayland-protocols Dependencies</bridgehead>
|
---|
71 |
|
---|
72 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
73 | <para role="required">
|
---|
74 | <xref linkend="wayland"/>
|
---|
75 | </para>
|
---|
76 |
|
---|
77 | <para condition="html" role="usernotes">
|
---|
78 | User Notes: <ulink url="&blfs-wiki;/wayland-protocols"/>
|
---|
79 | </para>
|
---|
80 | </sect2>
|
---|
81 |
|
---|
82 | <sect2 role="installation">
|
---|
83 | <title>Installation of Wayland-protocols</title>
|
---|
84 |
|
---|
85 | <para>
|
---|
86 | Install <application>Wayland-protocols</application> by running the following
|
---|
87 | commands:
|
---|
88 | </para>
|
---|
89 |
|
---|
90 | <screen><userinput>mkdir build &&
|
---|
91 | cd build &&
|
---|
92 |
|
---|
93 | meson --prefix=/usr --buildtype=release &&
|
---|
94 | ninja</userinput></screen>
|
---|
95 |
|
---|
96 | <para>
|
---|
97 | To test the results, issue: <command>ninja test</command>.
|
---|
98 | </para>
|
---|
99 |
|
---|
100 | <para>
|
---|
101 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
102 | </para>
|
---|
103 |
|
---|
104 | <screen role="root"><userinput>ninja install</userinput></screen>
|
---|
105 | </sect2>
|
---|
106 |
|
---|
107 | <sect2 role="content">
|
---|
108 | <title>Contents</title>
|
---|
109 |
|
---|
110 | <segmentedlist>
|
---|
111 | <segtitle>Installed Programs</segtitle>
|
---|
112 | <segtitle>Installed Libraries</segtitle>
|
---|
113 | <segtitle>Installed Directories</segtitle>
|
---|
114 |
|
---|
115 | <seglistitem>
|
---|
116 | <seg>
|
---|
117 | None
|
---|
118 | </seg>
|
---|
119 | <seg>
|
---|
120 | None
|
---|
121 | </seg>
|
---|
122 | <seg>
|
---|
123 | /usr/share/wayland-protocols
|
---|
124 | </seg>
|
---|
125 | </seglistitem>
|
---|
126 | </segmentedlist>
|
---|
127 | </sect2>
|
---|
128 |
|
---|
129 | </sect1>
|
---|