From a99dd7555ba427fecded3811c9b40019b5384637 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 26 Feb 2016 20:55:17 +0800 Subject: 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 ("*"). --- clutter/config.h.win32.in | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'clutter') 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 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 */ -- cgit v1.2.1