diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2024-03-03 11:41:01 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 11:41:01 +0400 |
commit | f7811548ae9cabb1122f43b42fec4d660318bc96 (patch) | |
tree | 74d43d9c55bef6bf462102769e5b46824a90a0e2 /CHANGELOG.md | |
parent | 63e94fd32409b8654a7ec9e6a3c1d1365544ff6c (diff) | |
download | alacritty-f7811548ae9cabb1122f43b42fec4d660318bc96.tar.gz alacritty-f7811548ae9cabb1122f43b42fec4d660318bc96.zip |
Fix build failure on NetBSD
x11-clipboard was unconditionally using eventfd which is not present
on NetBSD.
Links: https://github.com/quininer/x11-clipboard/issues/48
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ce9764..0f19c399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Freeze when moving window between monitors on Xfwm - Mouse cursor not changing on Wayland when cursor theme uses legacy cursor icon names - Config keys are available under proper names +- Build failure when compiling with x11 feature on NetBSD ### Changed |