spmenu/toggle.mk
2023-03-08 21:12:37 +01:00

26 lines
607 B
Makefile

# spmenu
# See LICENSE file for copyright details.
# Multi-monitor support.
# Requires libXinerama
# Comment these lines if you don't need it.
XINERAMALIBS = -lXinerama
XINERAMATOGGLE = -DXINERAMA
# Right to left language support
# Comment these lines if you don't need it.
BDLIBS = -lfribidi
BDINC = /usr/include/fribidi
BDTOGGLE = -DFRIBIDI
# Pango
# Comment these lines if you don't need it.
PANGOCONF = pango
PANGOXFTCONF = pangoxft
PANGOTOGGLE = -DPANGO
# Image support
# Comment these lines if you don't need it.
IMLIB2LIBS = -lImlib2
IMLIB2TOGGLE = -DIMAGE