summaryrefslogtreecommitdiffstats
path: root/make/config/jogl/glu-base.cfg
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2014-06-18 03:50:19 +0200
committerSven Gothel <[email protected]>2014-06-18 03:50:19 +0200
commit799e2c79eac6e45ad16eeffee9194f1a2677b167 (patch)
tree4278332316bb0097a34f7d5d6abdd5aa50d4b66a /make/config/jogl/glu-base.cfg
parent4e91f5e085585481b542c476a1ba599f2e914bf1 (diff)
Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount call-by-value extension)
- GLU*: initializeImpl() is no more required, since it's not forced .. uncomment in manual static initializer - GLX: 'ForceStaticInitCode GLX', i.e. forcing native code, as used in our manual implementation.
Diffstat (limited to 'make/config/jogl/glu-base.cfg')
-rw-r--r--make/config/jogl/glu-base.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/glu-base.cfg b/make/config/jogl/glu-base.cfg
index 93aff1fa9..05aa2110e 100644
--- a/make/config/jogl/glu-base.cfg
+++ b/make/config/jogl/glu-base.cfg
@@ -18,7 +18,7 @@ Ignore gluScaleImage
# Custom Java code for GLU class
IncludeAs CustomJavaCode GLU glu-CustomJavaCode-base.java
-ManualStaticInit GLU
+ManualStaticInitCall GLU
# Imports for the Error and Registry classes
Import jogamp.opengl.glu.error.Error