rorywalsh/cabbage

Please add JUCE_WEB_BROWSER=0 to CLIConverter target

Closed this issue · 2 comments

KottV commented

Hi,

Currently CLIConverter wants webkit2gtk for building on Linux, which shouldn't be needed.

 if ("${PROJECT_NAME}" STREQUAL "CLIConverter")
     target_compile_definitions(${PROJECT_NAME}
         PRIVATE
             JUCE_WEB_BROWSER=0
             CLIConverter=1
KottV commented

tanks!