mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
Read-only mirror of https://gitlab.gnome.org/GNOME/mutter
2f2c3fb839
The main COGL header cogl.h is currently created at configure time because it conditionally includes the driver-dependent defines. This sometimes leads to a stale cogl.h with old definitions which can break the build until you clean out the whole tree and start from scratch. We can generate a stable cogl-defines.h at build time from the equivalent driver-dependent header and let cogl.h include that file instead. |
||
---|---|---|
cogl | ||
doc/reference/cogl | ||
pango | ||
Makefile.am |