1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 14:02:57 +02:00

Merge remote-tracking branch 'lanodan/bugfix/cmake-wayland-vst'

The VST plugin done via GTK for non-apple & non-windows pulls
<gdk/gdkx.h>, which is specific to X11 and thus isn't available in a
pure-wayland system.

Reference-to: https://github.com/tenacityteam/tenacity/pull/620
This commit is contained in:
Sol Fisher Romanoff
2021-09-17 16:14:45 +03:00
3 changed files with 10 additions and 13 deletions

View File

@@ -340,5 +340,5 @@ has outdated libraries that do not build with Tenacity.
* **VAMP** (ON|OFF): VAMP plugin hosting support. Requires VAMP host SDK.
* **LV2** (ON|OFF): LV2 plugin hosting support. Requires LV2, lilv, and
suil libraries.
* **VST2** (ON|OFF): VST2 plugin hosting support. No libraries are required.
ON by default.
* **VST2** (ON|OFF): VST2 plugin hosting support. Requires GTK with X11
support on non-Apple/Windows.