Add better icccm support
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user