summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorosch2021-12-29 14:24:39 +0100
committerosch2021-12-29 14:24:39 +0100
commitcb49efb2feffd8491e8e974b9ae14c2db82d225c (patch)
treea07be4235e4a85f06a184086c8dd8f96ddf149eb
parentfbc2c22c151a030cbb5afd57d6e212b23f7ebbaa (diff)
downloadaur-cb49efb2feffd8491e8e974b9ae14c2db82d225c.tar.gz
explicitly define audacity_use_wxwidgets=local
(although it should be default according to https://github.com/audacity/audacity/blob/master/CMAKE_OPTIONS.md)
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c7269021135..9147db5e5246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,6 +34,7 @@ prepare() {
-Daudacity_use_ffmpeg=loaded \
-Daudacity_use_zlib=system \
-Daudacity_use_curl=system \
+ -Daudacity_use_wxwidgets=local \
..
}