~noskcaj/ubuntu/trusty/cogl/1.16.2

« back to all changes in this revision

Viewing changes to cogl/cogl-config.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha, Jeremy Bicha, Rico Tzschichholz
  • Date: 2013-02-26 16:43:25 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20130226164325-t4z9rylpa20v0p6q
Tags: 1.13.4-0ubuntu1
[ Jeremy Bicha ]
* New upstream release
  - soname bump
* debian/control.in:
  - Bump minimum glib to 2.32
  - Drop obsolete breaks/replaces
  - Bump libclutter-1.0-dev breaks for soname transition
* debian/libcogl-dev.install:
  - Add some missing files

[ Rico Tzschichholz ]
* debian/control.in:
  - Build-depend on libxrandr-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
char *_cogl_config_disable_gl_extensions;
39
39
char *_cogl_config_override_gl_version;
40
40
 
 
41
#ifndef COGL_HAS_GLIB_SUPPORT
 
42
 
 
43
void
 
44
_cogl_config_read (void)
 
45
{
 
46
 
 
47
}
 
48
 
 
49
#else /* COGL_HAS_GLIB_SUPPORT */
 
50
 
41
51
/* Array of config options that just set a global string */
42
52
static const struct
43
53
{
127
137
 
128
138
  g_key_file_free (key_file);
129
139
}
 
140
 
 
141
#endif /* COGL_HAS_GLIB_SUPPORT */