diff options
author | Sven Gothel <[email protected]> | 2010-10-09 19:33:14 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-10-09 19:33:14 +0200 |
commit | 5e1a67c9bd3f8420eeab2d3879a795e25de22936 (patch) | |
tree | 2a9bba744c0970c44e7cfd5afc29664b376fcdfa /make | |
parent | 579326db93ebe3d72c6b9f3acf74fadf21ec9f17 (diff) |
NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pending creation
NEWT/AWT: TestParenting03AWT use Container and add delay in addNotify(2nd-gl-element);
Diffstat (limited to 'make')
-rwxr-xr-x | make/scripts/make.jogl.all.linux-x86_64.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/make/scripts/make.jogl.all.linux-x86_64.sh b/make/scripts/make.jogl.all.linux-x86_64.sh index 220848693..cc7b97ef7 100755 --- a/make/scripts/make.jogl.all.linux-x86_64.sh +++ b/make/scripts/make.jogl.all.linux-x86_64.sh @@ -50,6 +50,8 @@ echo LIBXCB_ALLOW_SLOPPY_LOCK: $LIBXCB_ALLOW_SLOPPY_LOCK 2>&1 | tee -a $LOGF echo LIBGL_DRIVERS_PATH: $LIBGL_DRIVERS_PATH 2>&1 | tee -a $LOGF echo LIBGL_DEBUG: $LIBGL_DEBUG 2>&1 | tee -a $LOGF +# -Dbuild.noarchives=true \ + ant \ $CUSTOMLIBDIR \ -Dbuild.noarchives=true \ |