summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2024-07-22 22:41:38 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2024-07-22 22:41:38 -0400
commitffc87631682b515fd385495e4bafb1d056200114 (patch)
tree82a4f0799c5691f863bf7749d65afcb21fccdbcf /Makefile
parentbd59573f07f27fff7870a1e1a70e72493bb42453 (diff)
bar + hide_vacant_tags patches
https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/bar https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/hide_vacant_tags
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3358bae..9bc67db 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ DWLDEVCFLAGS = -g -pedantic -Wall -Wextra -Wdeclaration-after-statement \
-Wfloat-conversion
# CFLAGS / LDFLAGS
-PKGS = wlroots-0.18 wayland-server xkbcommon libinput $(XLIBS)
+PKGS = wlroots-0.18 wayland-server xkbcommon libinput pixman-1 fcft $(XLIBS)
DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS)
LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` -lm $(LIBS)