Fix build on FreeBSD (tried on 13.0)

This commit is contained in:
Alex Kotov 2021-11-13 17:34:14 +05:00
parent 472835a2af
commit bc29719d89
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,9 @@ XSESSIONSPREFIX = ${SYSPREFIX}/share/xsessions
X11INC = /usr/X11R6/include
X11LIB = /usr/X11R6/lib
# FreeBSD (uncomment)
#X11INC = /usr/local/include
#X11LIB = /usr/local/lib
# Xinerama, comment if you don't want it
XINERAMALIBS = -lXinerama
@ -22,6 +25,8 @@ XINERAMAFLAGS = -DXINERAMA
# freetype
FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# FreeBSD (uncomment)
#FREETYPEINC = /usr/local/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2