~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to clutter/config.h.win32.in

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-03-26 11:51:28 UTC
  • mfrom: (1.5.1) (4.1.30 experimental)
  • Revision ID: package-import@ubuntu.com-20140326115128-timmbsde8734o6wz
Tags: 1.18.0-1
* New upstream release.
* debian/control.in:
  + Bump gtk-doc-tools build dependency.
  + Also break libcogl15.
  + Standards-Version is 3.9.5, no changes needed.
* debian/libclutter-1.0-0.symbols:
  + Drop a few symbols that were accidentally exported in the DSO because
    they had a clutter_ prefix but were not in the public headers.
  + Add one new symbol.
  + Drop unnecessary debian revisions from some symbols.
* debian/control.in,
  debian/rules,
  debian/libclutter-1.0-0.symbols:
  + Temporarily disable evdev input support. It was only enabled in 1.17.6-1
    in experimental and there is nothing using it yet, and I would like to
    wait a bit before uploading libinput to unstable as the ABI isn't stable
    yet.
* d/p/0001-wayland-Add-missing-CLUTTER_AVAILABLE-annotations.patch:
  + Add missing annotations so that a few symbols are exported in the DSO.

* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
3
/* Use CEX100 EGL backend */
4
 
/* #undef CLUTTER_EGL_BACKEND_CEX100 */
 
4
/*#undef CLUTTER_EGL_BACKEND_CEX100*/
5
5
 
6
6
/* Use Generic EGL backend */
7
 
/* #undef CLUTTER_EGL_BACKEND_GENERIC */
 
7
/*#undef CLUTTER_EGL_BACKEND_GENERIC*/
8
8
 
9
9
/* Can use Cogl 2.0 API internally */
10
10
#define COGL_ENABLE_EXPERIMENTAL_2_0_API 1
17
17
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
18
18
 
19
19
/* Define to 1 if you have the <CE4100/libgdl.h> header file. */
20
 
/* #undef HAVE_CE4100_LIBGDL_H */
 
20
/*#undef HAVE_CE4100_LIBGDL_H*/
21
21
 
22
22
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
23
23
   CoreFoundation framework. */
24
 
/* #undef HAVE_CFLOCALECOPYCURRENT */
 
24
/*#undef HAVE_CFLOCALECOPYCURRENT*/
25
25
 
26
26
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
27
27
   the CoreFoundation framework. */
28
 
/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
 
28
/*#undef HAVE_CFPREFERENCESCOPYAPPVALUE*/
29
29
 
30
30
/* Have the EGL backend */
31
 
/* #undef HAVE_CLUTTER_EGL */
 
31
/*#undef HAVE_CLUTTER_EGL*/
32
32
 
33
33
/* Have the GLX backend */
34
 
/* #undef HAVE_CLUTTER_GLX */
 
34
/*#undef HAVE_CLUTTER_GLX*/
35
35
 
36
36
/* Have the OSX backend */
37
 
/* #undef HAVE_CLUTTER_OSX */
 
37
/*#undef HAVE_CLUTTER_OSX*/
38
38
 
39
39
/* Have the Wayland backend */
40
 
/* #undef HAVE_CLUTTER_WAYLAND */
 
40
/*#undef HAVE_CLUTTER_WAYLAND*/
41
41
 
42
42
/* Have Wayland compositor support */
43
43
/* #undef HAVE_CLUTTER_WAYLAND_COMPOSITOR */
50
50
#define HAVE_DCGETTEXT 1
51
51
 
52
52
/* Define to 1 if you have the <dlfcn.h> header file. */
53
 
/* #undef HAVE_DLFCN_H */
 
53
/*#undef HAVE_DLFCN_H*/
54
54
 
55
55
/* Have evdev support for input handling */
56
 
/* #undef HAVE_EVDEV */
57
 
 
58
 
/* Whether you have gcov */
59
 
/* #undef HAVE_GCOV */
 
56
/*#undef HAVE_EVDEV*/
60
57
 
61
58
/* Define if the GNU gettext() function is already present or preinstalled. */
62
59
#define HAVE_GETTEXT 1
65
62
#define HAVE_ICONV 1
66
63
 
67
64
/* Define to 1 if you have the <inttypes.h> header file. */
68
 
#ifndef _MSC_VER
69
 
#define HAVE_INTTYPES_H 1
70
 
#endif
 
65
/*#undef HAVE_INTTYPES_H*/
71
66
 
72
67
/* Define to 1 if you have the <libgdl.h> header file. */
73
 
/* #undef HAVE_LIBGDL_H */
 
68
/*#undef HAVE_LIBGDL_H*/
74
69
 
75
70
/* Define to 1 if you have the <memory.h> header file. */
76
71
#define HAVE_MEMORY_H 1
77
72
 
78
73
/* Supports PangoFt2 */
79
 
/* This is mainly for X11 builds of Clutter, so we aren't enabling this here */
80
74
/* #undef HAVE_PANGO_FT2 */
81
75
 
82
76
/* Define to 1 if you have the <stdint.h> header file. */
83
 
#if (!defined(_MSC_VER) && (_MSC_VER >= 1600))
 
77
#if (_MSC_VER >= 1600)
84
78
#define HAVE_STDINT_H 1
85
79
#endif
86
80
 
88
82
#define HAVE_STDLIB_H 1
89
83
 
90
84
/* Define to 1 if you have the <strings.h> header file. */
91
 
#ifndef _MSC_VER
92
 
#define HAVE_STRINGS_H 1
93
 
#endif
 
85
/*#undef HAVE_STRINGS_H*/
94
86
 
95
87
/* Define to 1 if you have the <string.h> header file. */
96
88
#define HAVE_STRING_H 1
102
94
#define HAVE_SYS_TYPES_H 1
103
95
 
104
96
/* Have tslib for touchscreen handling */
105
 
/* #undef HAVE_TSLIB */
 
97
/*#undef HAVE_TSLIB*/
106
98
 
107
99
/* Define to 1 if you have the <unistd.h> header file. */
108
 
#ifndef _MSC_VER
109
 
#define HAVE_UNISTD_H 1
110
 
#endif
 
100
/*#undef HAVE_UNISTD_H*/
111
101
 
112
102
/* Define to 1 if you have the <X11/extensions/XInput2.h> header file. */
113
 
/* #undef HAVE_X11_EXTENSIONS_XINPUT2_H */
 
103
/*#undef HAVE_X11_EXTENSIONS_XINPUT2_H*/
114
104
 
115
105
/* Define to 1 if we have the XCOMPOSITE X extension */
116
 
/* #undef HAVE_XCOMPOSITE */
 
106
/*#undef HAVE_XCOMPOSITE*/
117
107
 
118
108
/* Define to 1 if we have the XDAMAGE X extension */
119
 
/* #undef HAVE_XDAMAGE */
 
109
/*#undef HAVE_XDAMAGE*/
120
110
 
121
111
/* Define to 1 if we have the XEXT X extension */
122
 
/* #undef HAVE_XEXT */
123
 
 
124
 
/* Define to 1 if we have the XFIXES X extension */
125
 
/* #undef HAVE_XFIXES */
 
112
/*#undef HAVE_XEXT*/
126
113
 
127
114
/* Define to 1 if X Generic Extensions is available */
128
115
/* #undef HAVE_XGE */
129
116
 
130
 
/* Define to 1 if XInput is available */
131
 
/* #undef HAVE_XINPUT */
132
 
 
133
117
/* Define to 1 if XI2 is available */
134
 
/* #undef HAVE_XINPUT_2 */
135
 
 
136
 
/* Define to 1 if XInput 2.2 is available */
137
 
/* #undef HAVE_XINPUT_2_2 */
 
118
/*#undef HAVE_XINPUT_2*/
138
119
 
139
120
/* Define to use XKB extension */
140
 
/* #undef HAVE_XKB */
 
121
/*#undef HAVE_XKB*/
141
122
 
142
123
/* Define to the sub-directory in which libtool stores uninstalled libraries.
143
124
   */
146
127
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
147
128
#define NO_MINUS_C_MINUS_O 1
148
129
 
149
 
/* Define to 1 if building for Linux */
150
 
/* #undef OS_LINUX */
151
 
 
152
130
/* Define to the address where bug reports for this package should be sent. */
153
131
#define PACKAGE_BUGREPORT "https://bugzilla.gnome.org/enter_bug.cgi?product=clutter"
154
132