mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-08 08:21:00 -04:00
wip
This commit is contained in:
parent
18ac45ba77
commit
7185888772
2 changed files with 322 additions and 60 deletions
4
Makefile
4
Makefile
|
|
@ -1,8 +1,8 @@
|
|||
WAYLAND_PROTOCOLS=$(shell pkg-config --variable=pkgdatadir wayland-protocols)
|
||||
WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
|
||||
|
||||
CFLAGS ?= -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare
|
||||
CFLAGS += -Werror -I. -DWLR_USE_UNSTABLE
|
||||
CFLAGS ?= -g -Og -Werror -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare
|
||||
CFLAGS += -I. -DWLR_USE_UNSTABLE
|
||||
|
||||
PKGS = wlroots wayland-server xkbcommon
|
||||
CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue