diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-10-21 06:53:26 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-10-21 06:53:26 +0000 |
| commit | 10cf1b63f7cbafdb2e08935897bacb9def4243a6 (patch) | |
| tree | 8bfbdf846360bed192f13eca3d0d673882791008 /Makefile | |
| parent | ffb78cf04005fc7e6cf737f5560455dc8d5062a8 (diff) | |
Patch: bar
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
