cursor shape set correctly

This commit is contained in:
Rakarake 2026-02-07 15:30:56 +01:00
parent 6fe9b8bb2a
commit 57e78e8bde
4 changed files with 88 additions and 1 deletions

View file

@ -1,6 +1,6 @@
LIBS=opengl wayland-client egl wayland-egl
CFLAGS+=-g -Wall -Wextra $(shell pkg-config --cflags $(LIBS))
LDLIBS+=$(shell pkg-config --libs $(LIBS))
LDLIBS+=$(shell pkg-config --libs $(LIBS)) -lwayland-cursor
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)