diff options
| author | bakkeby <[email protected]> | 2021-05-09 20:03:23 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-05-09 20:03:23 +0200 |
| commit | 2938bf448c540f7009b86b6aa598e599d793e70e (patch) | |
| tree | a530bde9d1e3ce2066553dc7f07ee1b41f30c0b1 /config.mk | |
| parent | fd958dc631e23a6892e3b6962ae175f2c46c1faa (diff) | |
| download | dwm-flexipatch-2938bf448c540f7009b86b6aa598e599d793e70e.tar.gz dwm-flexipatch-2938bf448c540f7009b86b6aa598e599d793e70e.zip | |
config.mk: added build options for FreeBSD
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,10 @@ MANPREFIX = ${PREFIX}/share/man 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 XINERAMAFLAGS = -DXINERAMA @@ -17,6 +21,8 @@ XINERAMAFLAGS = -DXINERAMA # freetype FREETYPELIBS = -lfontconfig -lXft FREETYPEINC = /usr/include/freetype2 +# FreeBSD (uncomment) +#FREETYPEINC = /usr/local/include/freetype2 # OpenBSD (uncomment) #FREETYPEINC = ${X11INC}/freetype2 # OpenBSD - Uncomment this for the swallow patch / SWALLOW_PATCH |
