diff options
author | sewn <sewn@disroot.org> | 2024-08-23 09:42:04 +0300 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2025-01-17 10:43:56 +0200 |
commit | 6a0046ccd0d9cd14a467a71a96f2e3ff5061b9c3 (patch) | |
tree | aea45fe15d7d3b1047a9d6517f0519c7ab35cc75 /Makefile | |
parent | 74e45c4014ae7048ecbb76eb6f54034b8b479480 (diff) |
Implement dwm bar clone
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |