mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 23:03:00 +00:00
9c58d6c4e7
The cogl_public_h variable in cogl/Makefile.am was a mixture of 1.x headers and experimental headers which meant that glib-mkenums was processing lots of experimental api headers. This patch lists experimental api headers under the cogl_experimental_h variable instead. This patch also ensures we undef the COGL_ENABLE_EXPERIMENTAL_* defines when running the gobject introspection scanner for Cogl-1.0.gir Reviewed-by: Neil Roberts <neil@linux.intel.com>