mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-26 23:13:47 +01:00
Enabling --with-wx-version parameter to facilitate wx3 testing
This commit is contained in:
10
configure
vendored
10
configure
vendored
@@ -956,6 +956,7 @@ enable_sse
|
||||
enable_universal_binary
|
||||
enable_dynamic_loading
|
||||
enable_gtk3
|
||||
with_wx_version
|
||||
with_expat
|
||||
with_ffmpeg
|
||||
with_lame
|
||||
@@ -1723,6 +1724,7 @@ Optional Packages:
|
||||
(or the compiler's sysroot if not specified).
|
||||
--with-lib-preference whether to use local and/or system libraries, in
|
||||
order of preference (default="system local")
|
||||
--with-wx-version select wxWidgets version (if both installed) [2.8,]
|
||||
--with-expat which expat to use for XML file support:
|
||||
[system,local]
|
||||
--with-ffmpeg use ffmpeg for import and export support
|
||||
@@ -19190,6 +19192,14 @@ fi
|
||||
|
||||
|
||||
|
||||
# Check whether --with-wx-version was given.
|
||||
if test "${with_wx_version+set}" = set; then :
|
||||
withval=$with_wx_version; wx_preference="--version=$withval"
|
||||
else
|
||||
wx_preference=""
|
||||
fi
|
||||
|
||||
|
||||
|
||||
if test x$enable_universal_binary = xyes; then
|
||||
case "$target_os" in
|
||||
|
||||
Reference in New Issue
Block a user