aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-10-01 23:30:47 -0500
committerLeonardo Hernández Hernández <leohdz172@protonmail.com>2022-10-01 23:30:47 -0500
commitae3d435717f9c40313a516ed760094718104b9c3 (patch)
tree68abcc566b7b02fc895405cd0f61a9331088298f /config.mk
parentd11358762d3693e8e268ecf01861f522a0dc96f5 (diff)
parentb8bc54b65d7dfaf1c7aa92de32f8ca37d8e011f9 (diff)
Merge remote-tracking branch 'djpohly/main' into wlroots-next
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/config.mk b/config.mk
index c7b5d16..3e21cc1 100644
--- a/config.mk
+++ b/config.mk
@@ -1,13 +1,12 @@
-_VERSION = 0.3.1
+_VERSION = 0.3.1-dev
VERSION = `git describe --long --tags --dirty 2>/dev/null || echo $(_VERSION)`
+PKG_CONFIG = pkg-config
+
# paths
PREFIX = /usr/local
MANDIR = $(PREFIX)/share/man
-# Compile flags that can be used
-#CFLAGS = -pedantic -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-unused-function -Wno-unused-variable -Wno-unused-result -Wdeclaration-after-statement
-
XWAYLAND =
XLIBS =
# Uncomment to build XWayland support