diff --git a/.config/dwl/Makefile b/.config/dwl/Makefile index 67b9780..ccca079 100644 --- a/.config/dwl/Makefile +++ b/.config/dwl/Makefile @@ -4,7 +4,7 @@ include config.mk # flags for compiling -DWLCPPFLAGS = -I. -DWLR_USE_UNSTABLE -D_POSIX_C_SOURCE=200809L -DWAYLAND -DVERSION=\"$(VERSION)\" $(XWAYLAND) +DWLCPPFLAGS = -I. -DWLR_USE_UNSTABLE -D_POSIX_C_SOURCE=200809L -DVERSION=\"$(VERSION)\" $(XWAYLAND) DWLDEVCFLAGS = -pedantic -Wall -Wextra -Wdeclaration-after-statement -Wno-unused-parameter -Wno-sign-compare -Wshadow -Wunused-macros\ -Werror=strict-prototypes -Werror=implicit -Werror=return-type -Werror=incompatible-pointer-types diff --git a/.config/dwl/config.mk b/.config/dwl/config.mk index c715468..ca67214 100644 --- a/.config/dwl/config.mk +++ b/.config/dwl/config.mk @@ -1,14 +1,14 @@ _VERSION = 0.3.1-dev -VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)` +VERSION = `echo $(_VERSION)` PKG_CONFIG = pkg-config # paths -PREFIX = /usr/ +PREFIX = /usr MANDIR = $(PREFIX)/share/man -XWAYLAND = -XLIBS = +#XWAYLAND = +#XLIBS = # Uncomment to build XWayland support -#XWAYLAND = -DXWAYLAND -#XLIBS = xcb +XWAYLAND = -DXWAYLAND +XLIBS = xcb