summaryrefslogtreecommitdiffstats
path: root/audio-plugins/audacious-plugins/CONFIGURE
blob: 69ab67e36a2f92c55fe12c19f66e7c0917685c26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config_query_option AUDACIOUS_IPV6 \
                    'for IPv6 support' n \
                    '--enable-ipv6' \
                    '--disable-ipv6' &&
config_query_option AUDACIOUS_STATUS \
                    'for a status icon' y \
                    '--enable-statusicon' \
                    '--disable-statusicon' &&
config_query_option AUDACIOUS_OSD \
                    'for OSD plugin' y \
                    '--enable-aosd' \
                    '--disable-aosd' &&
if [[ "$AUDACIOUS_OSD" == '--enable-aosd' ]]; then
  config_query_option AUDACIOUS_COSD \
                    'for X Composite OSD plugin' y \
                    '--enable-aosd-xcomp' \
                    '--disable-aosd-xcomp'
fi