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.all.linux-x86.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/make.jogl.all.linux-x86.sh') diff --git a/make/make.jogl.all.linux-x86.sh b/make/make.jogl.all.linux-x86.sh index ef12088ff..32f48a80f 100644 --- a/make/make.jogl.all.linux-x86.sh +++ b/make/make.jogl.all.linux-x86.sh @@ -17,7 +17,7 @@ fi # -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86 \ ant \ - -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 \ -Djogl.cg=1 -Dx11.cg.lib=../../lib-linux-x86 \ -Drootrel.build=build-x86 \ -- cgit v1.2.3