Improvements

This commit is contained in:
2026-07-02 12:43:02 +01:00
parent d1e13093c5
commit 49ba7ddb41
14 changed files with 187 additions and 74 deletions
+1 -5
View File
@@ -9,13 +9,9 @@ if ! XCB=$(pkg-config --cflags --libs xcb xcb-icccm 2>/dev/null); then
exit 1
fi
if ! xrandr --version >/dev/null 2>&1; then
echo "Error: xrandr not found. Please install xrandr." >&2
exit 1
fi
mkdir -p "$DIR/build"
# shellcheck disable=SC2086
gcc -shared -fPIC -Wall -Wextra -o "$DIR/build/X-kutu.so" "$DIR/src/c/X-kutu.c" $XCB
if [ ! -f "$DIR/build/X-kutu.so" ]; then