mirror of
https://codeberg.org/armin/beamgrid.git
synced 2026-09-01 04:10:47 +02:00
disable JUCE web browser (not needed anyway) to avoid GTK dependency on
Linux
This commit is contained in:
parent
67c4eda995
commit
5ca52e6f18
2 changed files with 23 additions and 0 deletions
|
|
@ -44,6 +44,10 @@ target_sources(BEAMGRID PRIVATE
|
|||
target_compile_definitions(BEAMGRID PUBLIC
|
||||
JUCE_VST3_CAN_REPLACE_VST2=0
|
||||
JUCE_USE_CAMERA_PERMISSIONS=0
|
||||
# This plugin does not use a WebBrowserComponent. Disabling it avoids the
|
||||
# GTK3 / WebKit2GTK development dependencies that juce_gui_extra pulls in
|
||||
# on Linux (the <gtk/gtk.h> include fails to build otherwise).
|
||||
JUCE_WEB_BROWSER=0
|
||||
)
|
||||
|
||||
target_link_libraries(BEAMGRID PRIVATE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue