mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
cogl: don't include cogl-debug.h in cogl.h or install
cogl-debug.h is an internal header so it shouldn't have been included by cogl.h and the header shouldn't be installed either.
This commit is contained in:
parent
a2c2797105
commit
8640f527cb
@ -57,7 +57,6 @@ cogl_public_h = \
|
||||
$(srcdir)/cogl-bitmap.h \
|
||||
$(srcdir)/cogl-buffer.h \
|
||||
$(srcdir)/cogl-color.h \
|
||||
$(srcdir)/cogl-debug.h \
|
||||
$(srcdir)/cogl-fixed.h \
|
||||
$(srcdir)/cogl-material.h \
|
||||
$(srcdir)/cogl-vector.h \
|
||||
@ -75,6 +74,7 @@ cogl_public_h = \
|
||||
$(NULL)
|
||||
|
||||
cogl_sources_c = \
|
||||
$(srcdir)/cogl-debug.h \
|
||||
$(srcdir)/winsys/cogl-winsys.h \
|
||||
$(srcdir)/winsys/cogl-context-winsys.h \
|
||||
$(srcdir)/winsys/cogl-context-winsys.c \
|
||||
|
@ -29,6 +29,7 @@
|
||||
#endif
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-texture-private.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#endif
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-bitmap-private.h"
|
||||
#include "cogl-buffer-private.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#endif
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-handle.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#endif
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-journal-private.h"
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-material-private.h"
|
||||
|
||||
#ifdef COGL_MATERIAL_BACKEND_ARBFP
|
||||
|
@ -31,6 +31,7 @@
|
||||
|
||||
#include "cogl.h"
|
||||
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-material-opengl-private.h"
|
||||
#include "cogl-material-private.h"
|
||||
#include "cogl-context.h"
|
||||
|
@ -30,6 +30,7 @@
|
||||
#endif
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-object.h"
|
||||
|
@ -27,6 +27,7 @@
|
||||
#define USE_MESA_MATRIX_API
|
||||
|
||||
#include <cogl.h>
|
||||
#include "cogl-debug.h"
|
||||
#include <cogl-matrix.h>
|
||||
#include <cogl-matrix-private.h>
|
||||
#ifdef USE_MESA_MATRIX_API
|
||||
|
@ -26,6 +26,7 @@
|
||||
#endif
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-journal-private.h"
|
||||
|
@ -31,6 +31,7 @@
|
||||
#endif
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-bitmap.h"
|
||||
|
@ -34,7 +34,6 @@
|
||||
#include <cogl/cogl-object.h>
|
||||
#include <cogl/cogl-bitmap.h>
|
||||
#include <cogl/cogl-color.h>
|
||||
#include <cogl/cogl-debug.h>
|
||||
#include <cogl/cogl-fixed.h>
|
||||
#include <cogl/cogl-material.h>
|
||||
#include <cogl/cogl-matrix.h>
|
||||
|
@ -30,6 +30,7 @@
|
||||
#endif
|
||||
|
||||
#include "cogl.h"
|
||||
#include "cogl-debug.h"
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-util.h"
|
||||
#include "cogl-texture-pixmap-x11.h"
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include <pango/pango-renderer.h>
|
||||
#include <cairo.h>
|
||||
|
||||
#include "cogl/cogl-debug.h"
|
||||
#include "cogl-pango-private.h"
|
||||
#include "cogl-pango-glyph-cache.h"
|
||||
#include "cogl-pango-display-list.h"
|
||||
|
Loading…
Reference in New Issue
Block a user