diff options
author | awy <awy@tutamail.com> | 2024-08-25 16:15:39 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-08-25 16:15:39 +0300 |
commit | 15bd3f79fee4862a7ca46346e6dcc014ecf79712 (patch) | |
tree | 5798e8543a9d876625e265ae8948b15d3dc26e76 /Makefile | |
parent | 5f9b454cda0ad1ab9bf689f487c5386cd05737e5 (diff) |
bar patch
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) |