mutter/cogl
Sebastian Wick db492fe335 cogl: Use COGL_ENABLE_DEBUG instead of COGL_DEBUG_ENABLED
COGL_DEBUG_ENABLED is a macro to check if a debug flag is set.
COGL_ENABLE_DEBUG is set by the build system if it's a debug build. The
check `#ifdef COGL_DEBUG_ENABLED` always evaluates to true. Use the
appropriate macro to guard some debugging code.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3446>
2024-01-15 22:28:54 +00:00
..
cogl cogl: Use COGL_ENABLE_DEBUG instead of COGL_DEBUG_ENABLED 2024-01-15 22:28:54 +00:00
cogl-pango cogl/pango: Drop PANGO_ENABLE_BACKEND usage 2024-01-05 14:22:22 +01:00
meson.build build: Enable no-omit-frame-pointer for all non-plain builds 2024-01-09 16:26:57 +00:00