2011-01-19 14:33:27 +00:00
|
|
|
#if !defined(__CLUTTER_H_INSIDE__) && !defined(CLUTTER_COMPILATION)
|
|
|
|
#error "Only <clutter/clutter.h> can be included directly."
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef __CLUTTER_CONFIG_H__
|
|
|
|
#define __CLUTTER_CONFIG_H__
|
|
|
|
|
|
|
|
#include <glib.h>
|
|
|
|
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
|
2020-04-05 11:45:49 +02:00
|
|
|
#mesondefine CLUTTER_HAS_WAYLAND_COMPOSITOR_SUPPORT
|
|
|
|
#mesondefine CLUTTER_WINDOWING_X11
|
|
|
|
#mesondefine CLUTTER_INPUT_X11
|
|
|
|
#mesondefine CLUTTER_WINDOWING_GLX
|
|
|
|
#mesondefine CLUTTER_WINDOWING_EGL
|
|
|
|
#mesondefine CLUTTER_INPUT_EVDEV
|
|
|
|
#mesondefine CLUTTER_INPUT_NULL
|
2011-01-19 14:33:27 +00:00
|
|
|
|
|
|
|
G_END_DECLS
|
|
|
|
|
|
|
|
#endif /* __CLUTTER_CONFIG_H__ */
|