summaryrefslogtreecommitdiffstats
path: root/make/config/cl-impl.cfg
diff options
context:
space:
mode:
authorWade Walker <[email protected]>2015-07-12 14:24:15 -0500
committerWade Walker <[email protected]>2015-07-12 14:24:15 -0500
commit02ef8884a2ca07de510bbc3fb17ff2a68083ad14 (patch)
tree615a6a9b9bbce78a4fe4b75985c001a46095bbda /make/config/cl-impl.cfg
parent6affe9ce21fddc307712545a38caf735da52c1cf (diff)
Remove stub includes that are duplicates of gluegen's and jogl's
Removes jocl stub includes that are already defined in gluegen and jogl, and refers to those in gluegen and jogl instead. Requires the literalInclude parameter to the gluegen Ant task, since it must now refer to files outside the jocl project.
Diffstat (limited to 'make/config/cl-impl.cfg')
-rw-r--r--make/config/cl-impl.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/cl-impl.cfg b/make/config/cl-impl.cfg
index 7019a56d..62ce703b 100644
--- a/make/config/cl-impl.cfg
+++ b/make/config/cl-impl.cfg
@@ -59,7 +59,7 @@ ForceProcAddressGen clGetExtensionFunctionAddress
CustomCCode #include <CL/cl.h>
CustomCCode #include <CL/cl_ext.h>
CustomCCode #include <CL/cl_gl.h>
-CustomCCode #include <GL3/gl3.h>
+CustomCCode #include <GL/glcorearb.h>
CustomCCode #include <inttypes.h>
# implement manually via custom code