summaryrefslogtreecommitdiffstats
path: root/audio-libs/libzzub/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'audio-libs/libzzub/CONFIGURE')
-rwxr-xr-xaudio-libs/libzzub/CONFIGURE58
1 files changed, 29 insertions, 29 deletions
diff --git a/audio-libs/libzzub/CONFIGURE b/audio-libs/libzzub/CONFIGURE
index 5679a4bb61..9b07421f6b 100755
--- a/audio-libs/libzzub/CONFIGURE
+++ b/audio-libs/libzzub/CONFIGURE
@@ -1,8 +1,8 @@
-config_query_option ZZUB_BUZZ2ZUB \
- "Compile buzz2zzub?" \
- n \
- "BUZZ2ZZUB=True" \
- "BUZZ2ZZUB=False" &&
+config_query_option ZZUB_OPTS \
+ "Compile buzz2zzub?" \
+ n \
+ "BUZZ2ZZUB=True" \
+ "BUZZ2ZZUB=False" &&
# Breaks
#config_query_option ZZUB_BMPCCM \
@@ -11,32 +11,32 @@ config_query_option ZZUB_BUZZ2ZUB \
# "BMPCCM=True" \
# "BMPCCM=False" &&
-config_query_option ZZUB_LUNAR \
- "Support Lunar plugins?" \
- y \
- "LUNAR=True" \
- "LUNAR=False" &&
+config_query_option ZZUB_OPTS \
+ "Support Lunar plugins?" \
+ y \
+ "LUNAR=True" \
+ "LUNAR=False" &&
-config_query_option ZZUB_OSS \
- "Support OSS?" \
- n \
- "OSS=True" \
- "OSS=False" &&
+config_query_option ZZUB_OPTS \
+ "Support OSS?" \
+ n \
+ "OSS=True" \
+ "OSS=False" &&
-config_query_option ZZUB_MP3 \
- "Support loading of MP3 samples?" \
- y \
- "MP3=True" \
- "MP3=False" &&
+config_query_option ZZUB_OPTS \
+ "Support loading of MP3 samples?" \
+ y \
+ "MP3=True" \
+ "MP3=False" &&
-config_query_option ZZUB_SSE \
- "Support SSE instructions?" \
- n \
- "SSE=True" \
- "SSE=False" &&
+config_query_option ZZUB_OPTS \
+ "Support SSE instructions?" \
+ n \
+ "SSE=True" \
+ "SSE=False" &&
-config_query_option ZZUB_SSE2 \
- "Support SSE2 instructions?" \
- n \
- "SSE2=True" \
+config_query_option ZZUB_OPTS \
+ "Support SSE2 instructions?" \
+ n \
+ "SSE2=True" \
"SSE2=False"