mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
Emmanuele Bassi
1c8a6bc09b
[build] Encode the target into the backend library
The libclutter-cogl internal object should be the only dependency for Clutter, since we are already copying it inside clutter/cogl for the introspection scanner. For this reason, the backend-specific, real internal object should be built with the backend encoded into the file name, like libclutter-common. This makes the build output a little bit more clear: instead of having two: LINK libclutter-cogl-common.la ... LINK libclutter-cogl.la LINK libclutter-cogl.la We'll have: LINK libclutter-cogl-common.la ... LINK libclutter-cogl-gl.la LINK libclutter-cogl.la Same applies for the GLES backend.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%