WIP getting egl to work
This commit is contained in:
parent
8f551459fe
commit
575e4ee54a
3 changed files with 67 additions and 133 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
LIBS=sdl3 opengl wayland-client
|
||||
LIBS=sdl3 opengl wayland-client egl wayland-egl
|
||||
CFLAGS+=-g -Wall -Wextra $(shell pkg-config --cflags $(LIBS))
|
||||
LDLIBS+=$(shell pkg-config --libs $(LIBS))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue