aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorProsperousPotato <114923153+ProsperousPotato@users.noreply.github.com>2025-12-02 17:41:26 +0000
committerGitHub <noreply@github.com>2025-12-02 17:41:26 +0000
commited3a6e720b55ea0be8adabcbc650d2f04c6d5fda (patch)
tree25fc94db558f4c3992c3305ee99511b546fab2d1 /config.mk
parent486d6079038c3e34bf8e0c89e44b14a1907c91c3 (diff)
update dmenu config
Diffstat (limited to 'config.mk')
-rwxr-xr-xconfig.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 503883f..dcc5bb3 100755
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# dmenu version
-VERSION = 5.3
+VERSION = 5.4
# paths
PREFIX = /usr/local
@@ -16,8 +16,8 @@ XINERAMAFLAGS = -DXINERAMA
FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
-FREETYPEINC = $(X11INC)/freetype2
-MANPREFIX = ${PREFIX}/man
+#FREETYPEINC = $(X11INC)/freetype2
+#MANPREFIX = ${PREFIX}/man
# includes and libs
INCS = -I$(X11INC) -I$(FREETYPEINC)