[clutter] clutter/config.h.win32.in: Keep in sync with autotools builds



commit a99dd7555ba427fecded3811c9b40019b5384637
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Feb 26 20:55:17 2016 +0800

    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 files changed, 3 insertions(+), 24 deletions(-)
---
diff --git a/clutter/config.h.win32.in b/clutter/config.h.win32.in
index f538035..b649d98 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 */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]