update dwl to upstream main

This commit is contained in:
Wilkenfeld 2024-07-19 23:37:27 +02:00
parent 210bf0389a
commit d95ab55d58
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View file

@ -12,7 +12,7 @@ DWLDEVCFLAGS = -g -pedantic -Wall -Wextra -Wdeclaration-after-statement \
-Wfloat-conversion
# CFLAGS / LDFLAGS
PKGS = wlroots-0.19 wayland-server xkbcommon libinput $(XLIBS)
PKGS = wlroots-0.19 wayland-server xkbcommon libinput pixman-1 fcft $(XLIBS)
DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS)
LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` -lm $(LIBS)