[clutter] Update config.h.win32(.in)



commit 66451e75d31e79e3c25f6dcbb8cf0a1b10d91d99
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Fri Feb 10 16:15:06 2012 +0800

    Update config.h.win32(.in)
    
    Make it more like the config.h(.in) in terms of the entries to check.

 config.h.win32.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index 2c7f27b..798bfcb 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -39,6 +39,9 @@
 /* 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
 
@@ -49,9 +52,6 @@
 /* Define to 1 if you have the <dlfcn.h> header file. */
 /*#undef HAVE_DLFCN_H*/
 
-/* Have libdrm support */
-/*#undef HAVE_DRM*/
-
 /* Have evdev support for input handling */
 /*#undef HAVE_EVDEV*/
 



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