removed sdl3
This commit is contained in:
parent
dfb28dad22
commit
92ce71b5f1
2 changed files with 1 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
||||||
LIBS=sdl3 opengl wayland-client egl wayland-egl
|
LIBS=opengl wayland-client egl wayland-egl
|
||||||
CFLAGS+=-g -Wall -Wextra $(shell pkg-config --cflags $(LIBS))
|
CFLAGS+=-g -Wall -Wextra $(shell pkg-config --cflags $(LIBS))
|
||||||
LDLIBS+=$(shell pkg-config --libs $(LIBS))
|
LDLIBS+=$(shell pkg-config --libs $(LIBS))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
src = ./.;
|
src = ./.;
|
||||||
buildInputs = with pkgs; [
|
buildInputs = with pkgs; [
|
||||||
pkg-config
|
pkg-config
|
||||||
sdl3
|
|
||||||
libGL
|
libGL
|
||||||
wayland
|
wayland
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue