summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2015-06-10 12:32:26 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2015-06-10 12:32:26 +0100
commite5941ee810aa180e0993d75bd6984b146450309a (patch)
treefcdc35a484f5ff5e77c59a762951db4e23a3dc6f
parentc4fa3514adac288b52eaa2582acc722e5fa86e4a (diff)
downloadclutter-e5941ee810aa180e0993d75bd6984b146450309a.tar.gz
build: Remove unused internal defines
We don't use them any more in the code base. I swear I keep deleting them, and they keep popping back up.
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index ffde96d58..f9aaf974f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -349,8 +349,6 @@ AS_IF([test "x$enable_wayland" = "xyes"],
BACKEND_PC_FILES_PRIVATE="$BACKEND_PC_FILES_PRIVATE gdk-pixbuf-2.0"
],
[])
-
- AC_DEFINE([HAVE_CLUTTER_WAYLAND], [1], [Have the Wayland client backend])
])
dnl Note this is orthogonal to the client side support and you can
@@ -375,7 +373,6 @@ AS_IF([test "x$enable_wayland_compositor" = "xyes"],
CLUTTER_CONFIG_DEFINES="$CLUTTER_CONFIG_DEFINES
#define CLUTTER_HAS_WAYLAND_COMPOSITOR_SUPPORT 1"
- AC_DEFINE([HAVE_CLUTTER_WAYLAND_COMPOSITOR], [1], [Have Wayland compositor support])
])
AM_CONDITIONAL(SUPPORT_WAYLAND_COMPOSITOR, [test "x$SUPPORT_WAYLAND_COMPOSITOR" = "x1"])
@@ -419,7 +416,6 @@ AS_IF([test "x$enable_cex100" = "xyes"],
AC_DEFINE([CLUTTER_EGL_BACKEND_CEX100], [1], [Use CEX100 EGL backend])
AC_DEFINE([CLUTTER_EGL_BACKEND_GENERIC], [1], [Use Generic EGL backend])
- AC_DEFINE([HAVE_CLUTTER_EGL], [1], [Have the EGL backend])
])
AS_IF([test "x$enable_egl" = "xyes"],
@@ -433,8 +429,6 @@ AS_IF([test "x$enable_egl" = "xyes"],
FLAVOUR_CFLAGS="$FLAVOUR_CFLAGS $TSLIB_CFLAGS $EVDEV_CFLAGS"
AC_DEFINE([CLUTTER_EGL_BACKEND_GENERIC], [1], [Use Generic EGL backend])
-
- AC_DEFINE([HAVE_CLUTTER_EGL], [1], [Have the EGL backend])
])
AS_IF([test "x$enable_osx" = "xyes"],
@@ -442,8 +436,6 @@ AS_IF([test "x$enable_osx" = "xyes"],
CLUTTER_BACKENDS="$CLUTTER_BACKENDS osx"
CLUTTER_INPUT_BACKENDS="$CLUTTER_INPUT_BACKENDS osx"
- AC_DEFINE([HAVE_CLUTTER_OSX], [1], [Have the OSX backend])
-
FLAVOUR_LIBS="$FLAVOUR_LIBS -framework Cocoa -framework OpenGL"
SUPPORT_OSX=1
@@ -454,8 +446,6 @@ AS_IF([test "x$enable_win32" = "xyes"],
CLUTTER_BACKENDS="$CLUTTER_BACKENDS win32"
CLUTTER_INPUT_BACKENDS="$CLUTTER_INPUT_BACKENDS win32"
- AC_DEFINE([HAVE_CLUTTER_WIN32], [1], [Have the Win32 backend])
-
FLAVOUR_LIBS="$FLAVOUR_LIBS -lopengl32 -lgdi32 -lwinmm"
FLAVOUR_CFLAGS="$FLAVOUR_CFLAGS -D_WIN32_WINNT=0x0500"
@@ -499,8 +489,6 @@ AS_IF([test "x$enable_mir" = "xyes"],
PKG_CHECK_EXISTS([mirclient],
[BACKEND_PC_FILES="$BACKEND_PC_FILES mirclient"],
[])
-
- AC_DEFINE([HAVE_CLUTTER_MIR], [1], [Have the mir client backend])
])
AS_IF([test "x$CLUTTER_BACKENDS" = "x"],