falkTX / Carla

Audio plugin host
https://kx.studio/carla
1.55k stars 144 forks source link

[feature suggestion] The build should report the build options that are used #1816

Open yurivict opened 9 months ago

yurivict commented 9 months ago

For example, it should produce a report like this with all relevant options:

Build Options:
============
HAVE_SDL=            false
HAVE_SDL2=          true
HAVE_JACK=           true
HAVE_X11=            true
...etc...

What made me to propose this: I am looking at why the binaries aren't linked with libSDL2.so pkg-config --cflags sdl2 finds sdl2, there is no build option to enable or disable sdl2, but the binaries aren't linked with it. Knowing what does the build think HAVE_SDL2 value is would be useful.