summaryrefslogtreecommitdiff
path: root/clutter/configure.ac
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2016-06-16 15:04:40 -0400
committerJonas Ådahl <jadahl@gmail.com>2016-07-20 14:23:48 +0800
commitd62d780a9526c4d4d739983be04c6c82146d3ef5 (patch)
tree250b15bef4e5b619a118234c4618f29b61b8e820 /clutter/configure.ac
parenteed71654ba6ac810ad835cb5a19624a29a9d18dd (diff)
downloadmutter-d62d780a9526c4d4d739983be04c6c82146d3ef5.tar.gz
Remove cogl-1.0 vs cogl-2.0 vs cogl experimental API split
Mutter (and libmutter users) are the only users of this version of cogl, and will more or less only use the cogl-1.0, cogl-2.0 and cogl experimental API variants, and having the possibility of having different API versions of the same API depending on what file includes it is error prone and confusing. Lets just remove the possibility of having different versions of the same API. https://bugzilla.gnome.org/show_bug.cgi?id=768977
Diffstat (limited to 'clutter/configure.ac')
-rw-r--r--clutter/configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/clutter/configure.ac b/clutter/configure.ac
index d24d3b85e..80f73f678 100644
--- a/clutter/configure.ac
+++ b/clutter/configure.ac
@@ -250,12 +250,6 @@ AS_IF([test "x$enable_wayland_egl_server" = "xyes"],
AM_CONDITIONAL(SUPPORT_WAYLAND, [test "x$enable_wayland_egl_server" = "xyes"])
-dnl Instead of using AM_CFLAGS to ensure
-dnl COGL_ENABLE_EXPERIMENTAL_2_0_API is defined while compiling clutter
-dnl and cogl code we use a define in config.h instead. This helps ensure
-dnl other tools such as glib-mkenums and gir-scanner don't end up
-dnl using the define also.
-AC_DEFINE([COGL_ENABLE_EXPERIMENTAL_2_0_API], [1], [Can use Cogl 2.0 API internally])
AC_DEFINE_UNQUOTED([CLUTTER_DRIVERS], ["*"], [List of Cogl drivers])
dnl strip leading spaces