This commit is contained in:
Your Name 2023-10-30 15:00:27 +03:00
parent ea6d60ce95
commit 9081bd6d9c
5 changed files with 67 additions and 39 deletions

View file

@ -1,6 +1,6 @@
CFLAGS:=-s -O0 -pedantic -Wall -Wextra -DWLR_USE_UNSTABLE -b
LDFLAGS:=$(shell pkg-config --libs wlroots wayland-server libinput)
CC:=cc
CFLAGS:=-s -O0 -pedantic -Wall -Wextra -DWLR_USE_UNSTABLE -Wno-unused-parameter
LDFLAGS:=$(shell pkg-config --libs wlroots wayland-server)
CC:=tcc
WAYLAND_SCANNER:=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
WAYLAND_PROTOCOLS:=$(shell pkg-config --variable=pkgdatadir wayland-protocols)