summaryrefslogtreecommitdiff
path: root/cogl-gles2
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2012-09-17 02:20:10 +0100
committerRobert Bragg <robert@linux.intel.com>2013-01-22 17:47:58 +0000
commitd2c41502a4e74e50968cce11d908e6a74ed2357d (patch)
tree10fb722a0ae1109365457d10a926c71188406fd1 /cogl-gles2
parentdf21e20f65482b9f52a2e8ccabb2b0d71ee65e07 (diff)
downloadcogl-d2c41502a4e74e50968cce11d908e6a74ed2357d.tar.gz
build: Allow to build cogl without an external glib dependency
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>
Diffstat (limited to 'cogl-gles2')
-rw-r--r--cogl-gles2/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/cogl-gles2/Makefile.am b/cogl-gles2/Makefile.am
index 9bace20b..a0e13fe3 100644
--- a/cogl-gles2/Makefile.am
+++ b/cogl-gles2/Makefile.am
@@ -7,8 +7,9 @@ NULL =
lib_LTLIBRARIES = libcogl-gles2.la
INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_builddir)
+ -I$(top_srcdir) \
+ -I$(top_builddir) \
+ -I$(top_builddir)/deps/glib
AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)