From f7811548ae9cabb1122f43b42fec4d660318bc96 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Sun, 3 Mar 2024 11:41:01 +0400 Subject: 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 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.2.3-54-g00ecf