spmenu/buildconf

19 lines
817 B
Plaintext
Raw Normal View History

# spmenu buildconf
# See LICENSE file for copyright and license details.
2023-03-28 22:16:30 +02:00
#
# This is the default configuration used to build spmenu. The build.sh script reads it.
2023-04-29 23:07:17 +02:00
# basic options
imlib2=true # enable imlib2, used for images. you must also enable openssl if this is set to true
pango=true # enable pango, for markup
pangoxft=true # enable pangoxft, for markup
xinerama=true # enable multi monitor support
openssl=true # enable support for openssl, used to calculate MD5
fribidi=true # enable support for right to left languages
libconfig=true # enable configuration and themes
xresources=true # enable .Xresources support
opt=-O2 # level of optimization
warn=true # warn about OS quirks
install=true # automatically install, if set to false an install will not be performed
2023-05-08 10:43:42 +02:00
reconfigure=true # reconfigure using meson