Dotfiles config update (2022-11-27)

This commit is contained in:
q3aql 2022-11-27 13:05:42 +01:00
parent 0d2d3d4cb6
commit 819c60eeaa
2 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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