Hook up keyboard input callbacks
This commit is contained in:
parent
1ed83da395
commit
d053e7daff
2 changed files with 87 additions and 8 deletions
2
Makefile
2
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
INTERFACEDIR:=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
|
||||
CFLAGS=-Wall -Wextra -Og -ggdb3
|
||||
CFLAGS=-Wall -Wextra -Og -ggdb3 -Wno-unused-but-set-variable -Wno-unused-parameter
|
||||
LIBS=-lwayland-client -lwayland-egl -lEGL -lOpenGL
|
||||
wayland: wayland.c xdg-shell-protocol.c xdg-shell-client-protocol.h
|
||||
gcc $(CFLAGS) $(LIBS) wayland.c xdg-shell-protocol.c -o wayland
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue