From 138a5b057e39a4738a2e82f370424a9a21aceea9 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Fri, 26 Mar 2010 15:12:51 +0100 Subject: http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 Changed solution with a necessary API change of TextureData etc. Adding required GLProfile element to the factories etc, so it is clear for which GLProfile data is being created without the need of a current GLContext. TextureData/AWTTextureData: Removed the glPostInit* effort .. IMPACT: Texture util's API change - minor user code change necessary. +++ --- make/make.jogl.cdcfp.linux-x86.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/make.jogl.cdcfp.linux-x86.sh') diff --git a/make/make.jogl.cdcfp.linux-x86.sh b/make/make.jogl.cdcfp.linux-x86.sh index 4f51136fb..ad80f194d 100644 --- a/make/make.jogl.cdcfp.linux-x86.sh +++ b/make/make.jogl.cdcfp.linux-x86.sh @@ -15,7 +15,7 @@ fi BUILD_SUBDIR=build-cdcfp-x86 ant -v \ - -Dgluegen.user.compiler.file=`pwd`/../../gluegen/make/lib/gluegen.compiler.linux-32bit.xml \ + -Dgluegen-cpptasks.file=`pwd`/../../gluegen/make/lib/gluegen-cpptasks-linux-32bit.xml \ -Dbuild.noarchives=true \ -Drootrel.build=$BUILD_SUBDIR \ -Dsetup.cdcfp=true \ -- cgit v1.2.3