mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Emmanuele Bassi
93a9613b59
[build] Copy cogl-enum-types.h under the guard
We avoid rebuilding cogl-enum-types.h and cogl-enum-types.c by using a "guard" -- a stamp file that will block Makefile. Since we need cogl-enum-types.h into /clutter/cogl as well for the cogl.h include to work, if we copy the cogl-enum-types.h unconditionally it will cause a rebuild of the whole COGL; which will cause a full rebuild. To solve this, we can copy the header file when generating it under the stamp file.
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%