aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorA Frederick Christensen <dwl@ivories.org>2025-06-07 00:25:30 -0500
committerA Frederick Christensen <dwl@ivories.org>2025-06-07 16:17:30 -0500
commitde57f6c315f0ad70b68e083ae9a1822e43f01586 (patch)
tree67986770f015b35dcbcb438b8f90565085e45118 /config.mk
parentfaa56cc9b9718e1b195a02682836fe040963eb7d (diff)
Cleanup comments
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index e2f1816..eb08a05 100644
--- a/config.mk
+++ b/config.mk
@@ -11,7 +11,7 @@ DATADIR = $(PREFIX)/share
WLR_INCS = `$(PKG_CONFIG) --cflags wlroots-0.19`
WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.19`
-# Allow using an alternative wlroots installations
+# Allow using an alternative wlroots installation
# This has to have all the includes required by wlroots, e.g:
# Assuming wlroots git repo is "${PWD}/wlroots" and you only ran "meson setup build && ninja -C build"
#WLR_INCS = -I/usr/include/pixman-1 -I/usr/include/elogind -I/usr/include/libdrm \