Changeset 31016b9


Ignore:
Timestamp:
07/07/2017 05:01:14 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
562cd08
Parents:
5325348
Message:

Fix libinput instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    r5325348 r31016b9  
    110110<screen><userinput>./configure $XORG_CONFIG            \
    111111            --disable-libwacom      \
    112             --without-libunwind     \
     112            --disable-debug-gui     \
    113113            --disable-tests         \
    114114            --disable-documentation \
     
    117117
    118118    <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
    121120      <command>configure</command> command above. The external
    122121      library, libunwind, must be installed.</para>
     
    177176
    178177    <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>
    179197      <parameter>--with-udev-dir=/lib/udev</parameter>: This switch
    180198      specifies where UDev rules and hwdb files will be installed.
    181     </para>
    182 
    183     <para>
    184       <parameter>--enable-debug-gui</parameter>: This switch
    185       enables creation of a visual debug helper for libinput.
    186199    </para>
    187200
Note: See TracChangeset for help on using the changeset viewer.