speedwm-personal/docs/toggle.def.mk
speediegq 4050d66caf Update:
- Fix bug in speedwm-help caused by crazy sed usage
- Add def files in docs
- Update templates (not sure why I took so long)
- Add a few more lines to about5
2022-09-10 11:22:35 +02:00

23 lines
928 B
Makefile

# speedwm compilation options
#
# Depending on your configuration, you may need to uncomment some lines here.
# IPC
# Whether or not to compile in IPC support.
# If you use OpenBSD or FreeBSD, this is not supported. In that case comment out these three lines and set USEIPC in toggle.h to 0.
USEIPC = true # Comment if you don't use IPC
YAJLLIBS = -lyajl # Comment if you don't use IPC
YAJLINC = /usr/include/yajl # Comment if you don't use IPC
# Tag previews and window icons
# If you use tag previews or window icons (enabled by default), these must be uncommented.
# If you do not use them, disable them in toggle.h and comment these lines.
IMLIB2LIBS = -lImlib2
# Multimonitor support
# If you use multiple monitors (enabled by default), these must be uncommented.
# This also requires libXinerama.
# If you do not use them, comment these lines.
XINERAMALIBS = -lXinerama
XINERAMAFLAGS = -DXINERAMA