mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-01 15:37:58 +02:00
doc: use the same formatting for the gcc command as for everything else
Without the @code tag, the font size differs to everything else in this file Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
bb5db8dbca
commit
2c9de57667
1 changed files with 2 additions and 0 deletions
|
|
@ -190,7 +190,9 @@ Software that uses libinput should use pkg-config and the
|
|||
Otherwise, the most rudimentary way to compile and link a program against
|
||||
libinput is:
|
||||
|
||||
@code
|
||||
gcc -o myprogram myprogram.c `pkg-config --cflags --libs libinput`
|
||||
@endcode
|
||||
|
||||
For further information on using pkgconfig see the pkg-config documentation.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue