summaryrefslogtreecommitdiff
path: root/README.Wayland.txt
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-06-06 15:32:54 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-06-06 15:32:54 +0200
commit6add57d4bd29157a9d4ac8c412f4f29eb600067a (patch)
tree95cd8168d231a98dc890253e0426a0b479c42fe7 /README.Wayland.txt
parent831d8b5a5884c23ebe603fb3e47c3b39a51e07e8 (diff)
Wayland under FreeBSD: use package evdev-proto which brings linux/input.h
Diffstat (limited to 'README.Wayland.txt')
-rw-r--r--README.Wayland.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.Wayland.txt b/README.Wayland.txt
index b0334de04..5e33dda18 100644
--- a/README.Wayland.txt
+++ b/README.Wayland.txt
@@ -178,7 +178,8 @@ Package installation command: sudo yum install <package-name ...>
The Wayland platform is known to work with FreeBSD version 13.1 and the sway compositor.
These packages are necessary to build the FLTK library and the sway compositor:
-pkg install git autoconf pkgconf xorg urwfonts gnome glew seatd sway dmenu-wayland dmenu
+pkg install git autoconf pkgconf xorg urwfonts gnome glew seatd sway \
+ dmenu-wayland dmenu evdev-proto
The FLTK library can be built as follows using either configure or CMake :