aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-07-27 10:17:45 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-07-27 10:17:45 +0530
commit57f3d5960bd25ef8481d8e2a3b5f359ec20f13ab (patch)
treed744022806a5b150564fc35366a79ee33028b2a1 /config.mk
parentabd9f95ecc93dbce19bc23cb45915906ca7478fb (diff)
parent15bfffd87a6f9da0bc551db95c7c2a9a069b3708 (diff)
Merge branch 'main' into compromyse
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 \