Disable vulkan dependency

Hi, how can I disable vulkan dependency from gtkmm4? I’m rendering with opengl so it’s redundant

The gtkmm bindings don’t have anything to do with Vulkan, except they wrap the API exposed by GDK.

You probably want to build GTK with the Vulkan renderer disabled, which is the default since GTK 4.4.0.

I’ll check, can you tell me the name of the Vulkan renderer flag?

The build option is vulkan: https://gitlab.gnome.org/GNOME/gtk/-/blob/main/meson_options.txt#L51-54

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.