Update config.h.win32(.in)
Make it more like the config.h(.in) in terms of the entries to check.
This commit is contained in:
parent
ca9b27615d
commit
66451e75d3
@ -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*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user