aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
diff options
context:
space:
mode:
authorNicholas <nbnoll@eml.cc>2021-11-17 10:18:54 -0800
committerNicholas <nbnoll@eml.cc>2021-11-17 10:19:11 -0800
commitb27936eb5a877fada8e6edf939e1acb5da535712 (patch)
tree024c1b3d9bc727e94665cf3993cc5006772ad85c /src/cmd
parentab400c0be5577cab2a66d242183887ebbd61717f (diff)
fix: mkfile names
Diffstat (limited to 'src/cmd')
-rw-r--r--src/cmd/dwm/rules.mk2
-rw-r--r--src/cmd/menu/rules.mk4
-rw-r--r--src/cmd/term/rules.mk2
-rw-r--r--src/cmd/wm/rules.mk4
4 files changed, 6 insertions, 6 deletions
diff --git a/src/cmd/dwm/rules.mk b/src/cmd/dwm/rules.mk
index a840217..ddf5dd8 100644
--- a/src/cmd/dwm/rules.mk
+++ b/src/cmd/dwm/rules.mk
@@ -18,7 +18,7 @@ include share/dynamic.mk
$(BINS_$(d)): TCFLAGS=\
`$(PKG) --cflags fontconfig`\
`$(PKG) --cflags freetype2`
-$(BINS_$(d)): TCLIBS=\
+$(BINS_$(d)): TLIBS=\
`$(PKG) --libs fontconfig`\
`$(PKG) --libs freetype2`\
-lX11 -lXinerama -lXft -lX11-xcb -lxcb -lxcb-res
diff --git a/src/cmd/menu/rules.mk b/src/cmd/menu/rules.mk
index f9b59aa..9f2da6e 100644
--- a/src/cmd/menu/rules.mk
+++ b/src/cmd/menu/rules.mk
@@ -15,9 +15,9 @@ include share/paths.mk
# Local rules
include share/dynamic.mk
-$(BINS_$(d)): TCLIBS=\
+$(BINS_$(d)): TLIBS=\
-lfontconfig -lXft -lXinerama -lX11
-$(BINS_$(d)): TCINCS=\
+$(BINS_$(d)): TINCS=\
`$(PKG) --cflags fontconfig`\
`$(PKG) --cflags freetype2`
diff --git a/src/cmd/term/rules.mk b/src/cmd/term/rules.mk
index 76701ec..9bf619c 100644
--- a/src/cmd/term/rules.mk
+++ b/src/cmd/term/rules.mk
@@ -15,7 +15,7 @@ $(BINS_$(d)): TCFLAGS=\
`$(PKG) --cflags fontconfig`\
`$(PKG) --cflags freetype2`
-$(BINS_$(d)): TCLIBS=\
+$(BINS_$(d)): TLIBS=\
`$(PKG) --libs fontconfig`\
`$(PKG) --libs freetype2`\
-lm -lrt -lX11 -lutil -lXft -lXrender #-lharfbuzz
diff --git a/src/cmd/wm/rules.mk b/src/cmd/wm/rules.mk
index 30d786d..5409bab 100644
--- a/src/cmd/wm/rules.mk
+++ b/src/cmd/wm/rules.mk
@@ -44,14 +44,14 @@ GENS+=\
$(d)/wlr-layer-shell-unstable-v1-protocol.h\
$(d)/wlr-layer-shell-unstable-v1-protocol.c
-$(BINS_$(d)): TCINCS=-I cmd/wm
+$(BINS_$(d)): TINCS=-I cmd/wm
$(BINS_$(d)): TCFLAGS=\
`$(PKG) --cflags wlroots`\
`$(PKG) --cflags wayland-server`\
`$(PKG) --cflags xkbcommon`
-$(BINS_$(d)): TCLIBS=\
+$(BINS_$(d)): TLIBS=\
`$(PKG) --libs wlroots`\
`$(PKG) --libs wayland-server`\
`$(PKG) --libs xkbcommon`\