From ffc87631682b515fd385495e4bafb1d056200114 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Mon, 22 Jul 2024 22:41:38 -0400 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3