diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-22 23:53:10 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-22 23:53:10 -0400 |
commit | 05b12baff600ba50d00561faa8ed8f930c452879 (patch) | |
tree | c0470b69bfad83aa3cf5fc7d52c7c8a8b16fd2f9 /Makefile | |
parent | 5b7585b4a22c0172d1796cb29553fbdf81a1033d (diff) | |
parent | ffc87631682b515fd385495e4bafb1d056200114 (diff) |
Merge branch 'bar' into ChausseBenjamin
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) |