diff options
| author | 0undefined <oscar@nelin.dk> | 2025-10-17 15:45:28 +0000 |
|---|---|---|
| committer | 0undefined <oscar@nelin.dk> | 2025-10-17 15:45:28 +0000 |
| commit | 2d924afa8e41fe92c29724d1c36b99a4242f4f18 (patch) | |
| tree | 7fc8710bdcfc1f80ee72fb4d27fab2a0f09a78b2 /config.mk | |
| parent | 964b3f9ce49bb5d5de229ecb29d970b6bb2155a7 (diff) | |
| parent | 6cd26568d5b8be2252ac0def36cd194b4fb2d7c3 (diff) | |
Merge remote-tracking branch 'upstream/main'
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |
