summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-02-26 20:55:17 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-02-27 20:48:51 +0800
commita99dd7555ba427fecded3811c9b40019b5384637 (patch)
treea1ce24cae77fad46a7c367f45a39d9edf5bfa56e
parent2b0ff2f2ba0af6f3baf094759c72615af9e5918f (diff)
downloadclutter-a99dd7555ba427fecded3811c9b40019b5384637.tar.gz
clutter/config.h.win32.in: Keep in sync with autotools builds
This updates config.h.win32.in to be in-sync with the entries that are in the config.h.in that is generated by the autotools builds. In particular, for Visual Studio builds, we default to enable all available drivers ("*").
-rw-r--r--clutter/config.h.win32.in27
1 files changed, 3 insertions, 24 deletions
diff --git a/clutter/config.h.win32.in b/clutter/config.h.win32.in
index f53803555..b649d9884 100644
--- a/clutter/config.h.win32.in
+++ b/clutter/config.h.win32.in
@@ -1,5 +1,8 @@
/* config.h.in. Generated from configure.ac by autoheader. */
+/* List of Cogl drivers */
+#define CLUTTER_DRIVERS "*"
+
/* Use CEX100 EGL backend */
/* #undef CLUTTER_EGL_BACKEND_CEX100 */
@@ -16,9 +19,6 @@
/* The prefix for our gettext translation domains. */
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
-/* Define to 1 if you have the `cairo_surface_set_device_scale' function. */
-/* #undef HAVE_CAIRO_SURFACE_SET_DEVICE_SCALE */
-
/* Define to 1 if you have the <CE4100/libgdl.h> header file. */
/* #undef HAVE_CE4100_LIBGDL_H */
@@ -30,24 +30,6 @@
the CoreFoundation framework. */
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
-/* Have the EGL backend */
-/* #undef HAVE_CLUTTER_EGL */
-
-/* Have the GLX backend */
-/* #undef HAVE_CLUTTER_GLX */
-
-/* Have the OSX backend */
-/* #undef HAVE_CLUTTER_OSX */
-
-/* Have the Wayland backend */
-/* #undef HAVE_CLUTTER_WAYLAND */
-
-/* Have Wayland compositor support */
-/* #undef HAVE_CLUTTER_WAYLAND_COMPOSITOR */
-
-/* Have the Win32 backend */
-#define HAVE_CLUTTER_WIN32 1
-
/* Define if the GNU dcgettext() function is already present or preinstalled.
*/
#define HAVE_DCGETTEXT 1
@@ -139,9 +121,6 @@
*/
#define LT_OBJDIR ".libs/"
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-/* #undef NO_MINUS_C_MINUS_O */
-
/* Define to 1 if building for Linux */
/* #undef OS_LINUX */