Add FreeBSD support to config.def.mk

This commit is contained in:
Alexander Rosenberg 2022-12-12 07:07:39 -08:00
parent b7be7afc2c
commit c6817ff6c0
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -20,6 +20,11 @@ FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2
# FreeBSD (uncomment)
#X11INC = /usr/local/include
#X11LIB = /usr/local/lib
#FREETYPEINC = /usr/local/include/freetype2
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}