diff options
author | mcsimw <maor@mcsimw.com> | 2025-05-16 06:24:58 +0000 |
---|---|---|
committer | A Frederick Christensen <fauxmight@noreply.codeberg.org> | 2025-06-09 06:54:02 +0200 |
commit | 7d2415bfe854cccc2bcf2709fecc1eaacddbe903 (patch) | |
tree | 545de1e3b3bda1be0c67b5ba93c6b959e3828323 | |
parent | de57f6c315f0ad70b68e083ae9a1822e43f01586 (diff) |
Update config.mk
compiles and works fine on wlroots-0.20
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ PREFIX = /usr/local MANDIR = $(PREFIX)/share/man DATADIR = $(PREFIX)/share -WLR_INCS = `$(PKG_CONFIG) --cflags wlroots-0.19` -WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.19` +WLR_INCS = `$(PKG_CONFIG) --cflags wlroots-0.20` +WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.20` # Allow using an alternative wlroots installation # This has to have all the includes required by wlroots, e.g: |