d2c41502a4
This commit pushes --disable-glib to the extreme of embedding the par of glib cogl depends on in tree to be able to generate a DSO that does not depend on an external glib. To do so, it: - keeps a lot of glib's configure.ac in as-glibconfig.m4 - pulls the code cogl depends on and the necessary dependencies Reviewed-by: Robert Bragg <robert@linux.intel.com>
30 lines
551 B
C
30 lines
551 B
C
#ifndef __GLIB_H__
|
|
#define __GLIB_H__
|
|
|
|
#define __GLIB_H_INSIDE__
|
|
|
|
#include "gtypes.h"
|
|
#include "glibconfig.h"
|
|
#include "gmacros.h"
|
|
#include "gquark.h"
|
|
#include "gstrfuncs.h"
|
|
#include "gmessages.h"
|
|
#include "gmem.h"
|
|
#include "galloca.h"
|
|
#include "gslice.h"
|
|
#include "gstring.h"
|
|
#include "ghook.h"
|
|
#include "garray.h"
|
|
#include "gslist.h"
|
|
#include "glist.h"
|
|
#include "gqueue.h"
|
|
#include "gtestutils.h"
|
|
#include "gqsort.h"
|
|
#include "gatomic.h"
|
|
#include "gthread.h"
|
|
#include "ghash.h"
|
|
#include "gfileutils.h"
|
|
#include "gconvert.h"
|
|
|
|
#endif /* __GLIB_H__ */
|