Update dmenu to 5.1.
This commit is contained in:
parent
b586749f27
commit
3ddb29061f
5 changed files with 111 additions and 55 deletions
|
@ -1,5 +1,5 @@
|
|||
# dmenu version
|
||||
VERSION = 5.0
|
||||
VERSION = 5.1
|
||||
|
||||
# paths
|
||||
PREFIX = /usr/local
|
||||
|
@ -17,6 +17,7 @@ FREETYPELIBS = -lfontconfig -lXft
|
|||
FREETYPEINC = /usr/include/freetype2
|
||||
# OpenBSD (uncomment)
|
||||
#FREETYPEINC = $(X11INC)/freetype2
|
||||
#MANPREFIX = ${PREFIX}/man
|
||||
|
||||
# includes and libs
|
||||
INCS = -I$(X11INC) -I$(FREETYPEINC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue