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>
5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
gmodule is taken from the same glib version as deps/glib.
|
|
|
|
The only modification is to drop the support for .la libtool archive, which
|
|
avoid pulling in GParser (and its dependencies).
|