From 66451e75d31e79e3c25f6dcbb8cf0a1b10d91d99 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Fri, 10 Feb 2012 16:15:06 +0800 Subject: [PATCH] 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 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h.win32.in b/config.h.win32.in index 2c7f27b28..798bfcb73 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 header file. */ /*#undef HAVE_DLFCN_H*/ -/* Have libdrm support */ -/*#undef HAVE_DRM*/ - /* Have evdev support for input handling */ /*#undef HAVE_EVDEV*/