spmenu/toggle.mk

14 lines
324 B
Makefile
Raw Normal View History

2023-01-20 23:17:30 +01:00
# spmenu
# See LICENSE file for copyright details.
# Multi-monitor support.
# Requires libXinerama
# Comment these lines if you don't need it.
XINERAMALIBS = -lXinerama
XINERAMAFLAGS = -DXINERAMA
# Right to left language support
# Comment these lines if you don't need it.
BDLIBS = -lfribidi
BDINC = /usr/include/fribidi