spmenu/buildconf

25 lines
399 B
Plaintext
Raw Normal View History

2023-03-28 22:16:30 +02:00
# buildconf
#
# This is the default configuration used to build spmenu. The build.sh script reads it.
2023-04-26 21:59:43 +02:00
imlib2=true
pango=true
pangoxft=true
2023-04-22 21:39:22 +02:00
xinerama=true
2023-04-26 21:59:43 +02:00
openssl=true
2023-04-22 21:39:22 +02:00
fribidi=true
libconfig=true
2023-04-22 00:26:50 +02:00
cc=gcc
opt=-O2
2023-04-22 21:39:22 +02:00
warn=true
install=true
2023-04-29 23:07:17 +02:00
# mac
if [ -d "/System/Library/Extensions" ]; then
imlib2=false
pango=false
pangoxft=false
openssl=false
prefix=/usr/local
makebin=gnumake
fi