Revert "Update config.mk"

This reverts commit 7d2415bfe8.

Will stick with wlroots 0.19 for now.
This commit is contained in:
A Frederick Christensen 2025-06-09 00:18:17 -05:00
parent 7d2415bfe8
commit 78e75a83a4
No known key found for this signature in database
GPG key ID: 6183FA655784FC36

View file

@ -8,8 +8,8 @@ PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man MANDIR = $(PREFIX)/share/man
DATADIR = $(PREFIX)/share DATADIR = $(PREFIX)/share
WLR_INCS = `$(PKG_CONFIG) --cflags wlroots-0.20` WLR_INCS = `$(PKG_CONFIG) --cflags wlroots-0.19`
WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.20` WLR_LIBS = `$(PKG_CONFIG) --libs wlroots-0.19`
# Allow using an alternative wlroots installation # Allow using an alternative wlroots installation
# This has to have all the includes required by wlroots, e.g: # This has to have all the includes required by wlroots, e.g: