From 219c73edbe33cfb34b5f4d1ea64937e8441cab44 Mon Sep 17 00:00:00 2001 From: Jonathan Rubenstein Date: Sun, 23 Jul 2023 16:06:00 +0300 Subject: [PATCH] [doc] faq.rst: Reword libdecor package installation Also change package name to Debian package libdecor-0-dev --- doc/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/faq.rst b/doc/faq.rst index 614edacc..6299e254 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -87,8 +87,8 @@ for server-side decorations, and Looking Glass doesn't implement its own decorations. The easiest solution is to build Looking Glass with `libdecor`_ support. -If your distribution lacks a ``libdecor`` package, you must build it from -`source code `_. +Install the ``libdecor-0-dev`` package. If your distribution lacks this package +or any equivalents, you must build it from `source code `_. You can then build the the client with libdecor support by passing ``-DENABLE_LIBDECOR=ON`` to ``cmake``.