Changeset 31016b9
- Timestamp:
- 07/07/2017 05:01:14 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 562cd08
- Parents:
- 5325348
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/libinput.xml
r5325348 r31016b9 110 110 <screen><userinput>./configure $XORG_CONFIG \ 111 111 --disable-libwacom \ 112 -- without-libunwind\112 --disable-debug-gui \ 113 113 --disable-tests \ 114 114 --disable-documentation \ … … 117 117 118 118 <note> 119 <para>If you want to run the tests, change --disable-tests 120 to --enable-tests and remove the --without-libunwind option in the 119 <para>If you want to run the tests, remove --disable-tests from the 121 120 <command>configure</command> command above. The external 122 121 library, libunwind, must be installed.</para> … … 177 176 178 177 <para> 178 <parameter>--disable-debug-gui</parameter>: This switch 179 disables creation of a visual debug helper for libinput. Remove 180 if you want it, and you have <xref linkend="gtk3"/> installed. 181 </para> 182 183 <para> 184 <parameter>--disable-tests</parameter>: This switch disables compilation 185 of tests. Remove if you want to run the tests, and you have the external 186 library, libunwind, installed. 187 </para> 188 189 <para> 190 <parameter>--disable-documentation</parameter>: This switch disables 191 generation of the documentation. Remove if you want to generate it, and 192 you have <xref linkend="doxygen"/> and <xref linkend="graphviz"/> 193 installed. 194 </para> 195 196 <para> 179 197 <parameter>--with-udev-dir=/lib/udev</parameter>: This switch 180 198 specifies where UDev rules and hwdb files will be installed. 181 </para>182 183 <para>184 <parameter>--enable-debug-gui</parameter>: This switch185 enables creation of a visual debug helper for libinput.186 199 </para> 187 200
Note:
See TracChangeset
for help on using the changeset viewer.