diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-30 15:16:02 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-30 15:16:02 -0700 |
| commit | e9bc4f5189056e3e997d60b0889fcac652b7e1b3 (patch) | |
| tree | c505d80e3ac8bcaa97d6826a380c67de4491eb43 /Makefile | |
| parent | f32fdfc4a7421fe997905a35187baa14255be3bd (diff) | |
| parent | 1bd8b59c9aa8aaceb67e703abcf44899c2ecde1a (diff) | |
Apply bar patch
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) |
