[doc] faq.rst: Reword libdecor package installation

Also change package name to Debian
package libdecor-0-dev
This commit is contained in:
Jonathan Rubenstein 2023-07-23 16:06:00 +03:00 committed by Geoffrey McRae
parent 6522920ea1
commit 219c73edbe

View file

@ -87,8 +87,8 @@ for server-side decorations, and Looking Glass doesn't implement its own
decorations. decorations.
The easiest solution is to build Looking Glass with `libdecor`_ support. The easiest solution is to build Looking Glass with `libdecor`_ support.
If your distribution lacks a ``libdecor`` package, you must build it from Install the ``libdecor-0-dev`` package. If your distribution lacks this package
`source code <libdecor_>`_. or any equivalents, you must build it from `source code <libdecor_>`_.
You can then build the the client with libdecor support by passing You can then build the the client with libdecor support by passing
``-DENABLE_LIBDECOR=ON`` to ``cmake``. ``-DENABLE_LIBDECOR=ON`` to ``cmake``.