Allow static library build of virglrenderer
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.