cursor shape set correctly
This commit is contained in:
parent
6fe9b8bb2a
commit
57e78e8bde
4 changed files with 88 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue