Add FreeBSD support to config.def.mk
This commit is contained in:
		| @ -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} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user