From 819c60eeaadc7974e534286558f110e200f55fb7 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 27 Nov 2022 13:05:42 +0100 Subject: [PATCH] Dotfiles config update (2022-11-27) --- .config/dwl/Makefile | 2 +- .config/dwl/config.mk | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) 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