diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-30 00:22:57 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-07-30 00:22:57 -0400 |
commit | 5232803db693c40bdf4e6a4eb0ab19e06fb5592c (patch) | |
tree | 4aecee80f23d9a825b6dfe0a2de0fecb2e1e2a7d /Makefile | |
parent | a326eda9c46cae81880181406f99b811826e4b56 (diff) |
Revert bar patch in preparation for ipc
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 pixman-1 fcft $(XLIBS) +PKGS = wlroots-0.18 wayland-server xkbcommon libinput $(XLIBS) DWLCFLAGS = `$(PKG_CONFIG) --cflags $(PKGS)` -Ofast -march=native $(DWLCPPFLAGS) $(DWLDEVCFLAGS) $(CFLAGS) LDLIBS = `$(PKG_CONFIG) --libs $(PKGS)` -lm $(LIBS) |