fix
This commit is contained in:
parent
ea6d60ce95
commit
9081bd6d9c
5 changed files with 67 additions and 39 deletions
6
Makefile
6
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue