Skip to content

Allow static library build of virglrenderer

Dennis Kempin requested to merge denniskempin/virglrenderer:build into master

Using the 'library' rule instead of 'shared_library' will allow callers to switch between static and shared library builds using the default_library config.

It defaults to shared, so the default behavior is the same as before.

Merge request reports