aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorsewn <sewn@disroot.org>2025-07-29 15:21:19 +0300
committerBlake Romero <blake@developercraft.com>2025-10-11 14:54:25 +0100
commitcdbf08082cd5f4eaee2ebf88ea4e91119d2a9240 (patch)
tree25b2be76f94a659bee380b29b40ce406d4eda728 /Makefile
parent7262954c13514efa6b8076b2d5a195b3b382b3a3 (diff)
Implement dwm bar cloneHEADmain
Signed-off-by: sewn <sewn@disroot.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 578194f..279b1c0 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ DWLDEVCFLAGS = -g -Wpedantic -Wall -Wextra -Wdeclaration-after-statement \
-Wfloat-conversion
# CFLAGS / LDFLAGS
-PKGS = wayland-server xkbcommon libinput $(XLIBS)
+PKGS = wayland-server xkbcommon libinput pixman-1 fcft $(XLIBS)
DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` $(WLR_INCS) $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS)
LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` $(WLR_LIBS) -lm $(LIBS)