Merge fa987884eb5f5fe9335360faafa254d51787108a into 2623a96ebf4c0b43e65d3ff3d7c1b0e56634acf3

This commit is contained in:
Simeon Schaub 2022-06-01 06:06:05 +09:00 committed by GitHub
commit fe871d5994
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ WAYLAND_SCANNER=$(shell pkg-config --variable=wayland_scanner wayland-scanner)
PKGS = wlroots wayland-server xcb xkbcommon libinput PKGS = wlroots wayland-server xcb xkbcommon libinput
CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p))) CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p)))
LDLIBS += $(foreach p,$(PKGS),$(shell pkg-config --libs $(p))) LDLIBS += $(foreach p,$(PKGS),$(shell pkg-config --libs $(p)))
LDLIBS += -lrt
all: dwl all: dwl