diff options
author | David Tardon <dtardon@redhat.com> | 2015-06-18 10:15:28 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2015-06-18 10:16:02 +0200 |
commit | 2703f4d84323c718f6fbefc8699457ab2a7aacbf (patch) | |
tree | 76cb43cac734af198df1548392b8b7ae6af50566 /config_host | |
parent | f3b51162b68acc7b22c2c5b41a8b29038153afab (diff) |
continue to support glew 1.10
Change-Id: I951c04e7d0039f1e38e3bcb2ea7e0f7c33293b9b
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_opengl.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config_host/config_opengl.h.in b/config_host/config_opengl.h.in new file mode 100644 index 000000000000..b2c63582b0d8 --- /dev/null +++ b/config_host/config_opengl.h.in @@ -0,0 +1,10 @@ +/* +Settings for OpenGL +*/ + +#ifndef CONFIG_OPENGL_H +#define CONFIG_OPENGL_H + +#undef HAVE_GLEW_1_12 + +#endif |