summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
author0undefined <oscar@nelin.dk>2025-10-17 15:45:28 +0000
committer0undefined <oscar@nelin.dk>2025-10-17 15:45:28 +0000
commit2d924afa8e41fe92c29724d1c36b99a4242f4f18 (patch)
tree7fc8710bdcfc1f80ee72fb4d27fab2a0f09a78b2 /config.mk
parent964b3f9ce49bb5d5de229ecb29d970b6bb2155a7 (diff)
parent6cd26568d5b8be2252ac0def36cd194b4fb2d7c3 (diff)
Merge remote-tracking branch 'upstream/main'
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 \