spmenu/toggle.mk

27 lines
640 B
Makefile
Raw Normal View History

# spmenu - dynamic menu
2023-01-20 23:17:30 +01:00
# 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
2023-03-24 15:28:42 +01:00
BDINC = $(INCDIR)/fribidi
BDTOGGLE = -DRTL
# 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
2023-03-28 21:46:23 +02:00
OPENSSLCONF = openssl