Add better icccm support

This commit is contained in:
2025-10-02 15:22:43 +01:00
parent 2eed7c1dad
commit 09eb87e1b7
4 changed files with 260 additions and 74 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ set -euo pipefail
DIR="$(cd -- "$(dirname -- "$0")" && pwd)"
if ! XCB=$(pkg-config --cflags --libs xcb 2>/dev/null); then
if ! XCB=$(pkg-config --cflags --libs xcb xcb-icccm 2>/dev/null); then
echo "Error: lib-xcb not found. Please install lib-xcb." >&2
exit 1
fi