SHA256
1
0
forked from pool/Mesa
OBS User unknown 2008-01-23 22:08:45 +00:00 committed by Git OBS Bridge
parent 97fc88dafa
commit f3ef8ab837
7 changed files with 142 additions and 108 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jan 23 12:23:16 CET 2008 - sndirsch@suse.de
- update to Mesa bugfix release 7.0.3 RC1
* Added missing glw.pc.in file to release tarball
* Fix GLUT/Fortran issues
* GLSL gl_FrontLightModelProduct.sceneColor variable wasn't
defined
* Fix crash upon GLSL variable array indexes (not yet supported)
* Two-sided stencil test didn't work in software rendering
* Fix two-sided lighting bugs/crashes (bug 13368)
* GLSL gl_FrontFacing didn't work properly
* glGetActiveUniform returned incorrect sizes (bug 13751)
* Fix several bugs relating to uniforms and attributes in GLSL
API (Bruce Merry, bug 13753)
* glTexImage3D(GL_PROXY_TEXTURE_3D) mis-set teximage depth field
-------------------------------------------------------------------
Sat Nov 10 19:13:45 CET 2007 - sndirsch@suse.de

175
Mesa.spec
View File

@ -1,7 +1,7 @@
#
# spec file for package Mesa (Version 7.0.2)
# spec file for package Mesa (Version 7.0.3)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -18,11 +18,11 @@ Group: System/Libraries
Provides: xorg-x11-Mesa
Obsoletes: xorg-x11-Mesa
AutoReqProv: on
Version: 7.0.2
Release: 6
Version: 7.0.3
Release: 1
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL.*
Source: MesaLib-%{version}.tar.bz2
Source1: MesaDemos-%{version}.tar.bz2
Source: MesaLib-%{version}-rc1.tar.bz2
Source1: MesaDemos-%{version}-rc1.tar.bz2
Source3: README.updates
Source4: manual-pages.tar.bz2
Source5: via.csh
@ -102,7 +102,7 @@ Authors:
Brian Paul
%prep
%setup -n %{name}-%{version} -b1 -b4
%setup -n %{name}-%{version}-rc1 -b1 -b4
rm docs/README.MINGW32.orig
# make legal department happy (Bug #204110)
test -f src/mesa/drivers/directfb/idirectfbgl_mesa.c && exit 1
@ -266,8 +266,23 @@ rm -rf $RPM_BUILD_ROOT
/usr/%{_lib}/libGL.a
/usr/%{_lib}/libGLU.a
/usr/%{_lib}/libMesaGL.a
%changelog
* Sat Nov 10 2007 - sndirsch@suse.de
* Wed Jan 23 2008 sndirsch@suse.de
- update to Mesa bugfix release 7.0.3 RC1
* Added missing glw.pc.in file to release tarball
* Fix GLUT/Fortran issues
* GLSL gl_FrontLightModelProduct.sceneColor variable wasn't
defined
* Fix crash upon GLSL variable array indexes (not yet supported)
* Two-sided stencil test didn't work in software rendering
* Fix two-sided lighting bugs/crashes (bug 13368)
* GLSL gl_FrontFacing didn't work properly
* glGetActiveUniform returned incorrect sizes (bug 13751)
* Fix several bugs relating to uniforms and attributes in GLSL
API (Bruce Merry, bug 13753)
* glTexImage3D(GL_PROXY_TEXTURE_3D) mis-set teximage depth field
* Sat Nov 10 2007 sndirsch@suse.de
- updated to Mesa 7.0.2
* New features:
- Updated Windows VC7 project files
@ -302,55 +317,55 @@ rm -rf $RPM_BUILD_ROOT
- Fixed MMX 565 rgb conversion problem (bug 12614)
- Added -fno-strict-aliasing and -fPIC flags for gcc
- Fixed Blender crash in Unichrome driver (bug 13142)
* Wed Nov 07 2007 - sndirsch@suse.de
* Wed Nov 07 2007 sndirsch@suse.de
- updated to Mesa 7.0.2 RC2
* added -fPIC and -fno-strict-aliasing flags for gcc
* applied a few patches (mmx code, edgeflag ptr check)
* r200 texture from pixmap fixes
- obsoletes pic.diff
* Sun Nov 04 2007 - sndirsch@suse.de
* Sun Nov 04 2007 sndirsch@suse.de
- pic.diff
* fixes shared lib on i386 (X.Org Bug #1809)
* Wed Oct 31 2007 - sndirsch@suse.de
* Wed Oct 31 2007 sndirsch@suse.de
- updated to Mesa 7.0.2 RC1
- obsoletes disable-libGL-warning.diff, i915-g33.diff and
i915tex-g33.diff
- adjusted link-shared.diff and static.diff
* Mon Aug 13 2007 - sndirsch@suse.de
* Mon Aug 13 2007 sndirsch@suse.de
- disable-libGL-warning.diff:
* Just filters warnings about unsupported non-conformant visuals
instead of relying on the visual id. (X.Org Bug #6689)
* Sun Aug 12 2007 - sndirsch@suse.de
* Sun Aug 12 2007 sndirsch@suse.de
- disable-libGL-warning.diff:
* ignore unsupported visual 0x4b (Bug #247471, X.Org Bug #6689)
* Sat Aug 04 2007 - sndirsch@suse.de
* Sat Aug 04 2007 sndirsch@suse.de
- updated to bugfix relelase 7.0.1
* Wed Jul 04 2007 - sndirsch@suse.de
* Wed Jul 04 2007 sndirsch@suse.de
- i915-g33.diff/i915tex-g33.diff
* support for G33/Q33/Q35
* Sat Jun 23 2007 - sndirsch@suse.de
* Sat Jun 23 2007 sndirsch@suse.de
- updated to final release 7.0
* Thu Jun 21 2007 - sndirsch@suse.de
* Thu Jun 21 2007 sndirsch@suse.de
- updated Mesa to release 7.0 RC1
* Mesa 7.0 is a stable, follow-on release to Mesa 6.5.3. The only
difference is bug fixes. The major version number bump is due
to OpenGL 2.1 API support.
* Mon May 28 2007 - sndirsch@suse.de
* Mon May 28 2007 sndirsch@suse.de
- move GL headers, which conflict with GL headers of NVIDIA driver,
from Mesa-devel back to Mesa; this still make rpmlint happy
* Sat May 26 2007 - dmueller@suse.de
* Sat May 26 2007 dmueller@suse.de
- add missing ldconfig call to %%post
- move include files to -devel package
* Fri May 25 2007 - dmueller@suse.de
* Fri May 25 2007 dmueller@suse.de
- fix undefined symbols for i915 (#277744)
* Tue May 22 2007 - dmueller@suse.de
* Tue May 22 2007 dmueller@suse.de
- fix various undefined symbols in dri drivers (#272875)
- build parallel
* Mon May 14 2007 - sndirsch@suse.de
* Mon May 14 2007 sndirsch@suse.de
- link-shared.diff:
* use shared lib for DRI drivers to save a lot of space (Bug
[#272875])
* Mon Apr 30 2007 - sndirsch@suse.de
* Mon Apr 30 2007 sndirsch@suse.de
- updated to Mesa 6.5.3
- obsoletes the following patches:
* bug-211314_mesa-destroy_buffers.diff
@ -368,18 +383,18 @@ rm -rf $RPM_BUILD_ROOT
* bug-211314-patch-11.diff
* bug-211314_mesa-refcount-memleak-fixes.diff
* Mesa-6.5.2-fix_radeon_cliprect.diff
* Fri Apr 27 2007 - sndirsch@suse.de
* Fri Apr 27 2007 sndirsch@suse.de
- back to Mesa 6.5.2 (Bug #269155/269042)
* Wed Apr 25 2007 - sndirsch@suse.de
* Wed Apr 25 2007 sndirsch@suse.de
- 4th RC ready
* This fixes some breakage in RC3.
* Tue Apr 24 2007 - sndirsch@suse.de
* Tue Apr 24 2007 sndirsch@suse.de
- 3rd release candidate
* updated Windows/VC8 project files.
* Sun Apr 22 2007 - sndirsch@suse.de
* Sun Apr 22 2007 sndirsch@suse.de
- updated to Mesa 6.5.3rc2
* a number of bug fixes since the first RC
* Sat Apr 21 2007 - sndirsch@suse.de
* Sat Apr 21 2007 sndirsch@suse.de
- updated to Mesa 6.5.3rc1
- obsoletes the following patches:
* bug-211314_mesa-destroy_buffers.diff
@ -397,29 +412,29 @@ rm -rf $RPM_BUILD_ROOT
* bug-211314-patch-11.diff
* bug-211314_mesa-refcount-memleak-fixes.diff
* Mesa-6.5.2-fix_radeon_cliprect.diff
* Tue Apr 10 2007 - sndirsch@suse.de
* Tue Apr 10 2007 sndirsch@suse.de
- Mesa-6.5.2-fix_radeon_cliprect.diff:
* fixes X.Org Bug #9876
* Wed Apr 04 2007 - sndirsch@suse.de
* Wed Apr 04 2007 sndirsch@suse.de
- bug-211314_mesa-refcount-memleak-fixes.diff:
* Fix for memleaks and refount bugs (Bug #211314)
* Mon Mar 19 2007 - sndirsch@suse.de
* Mon Mar 19 2007 sndirsch@suse.de
- no longer apply bug-211314_mesa-context.diff (Bug #211314,
commment #114)
- added different Mesa patches (Bug #211314, comments #114/#115)
* Wed Mar 14 2007 - sndirsch@suse.de
* Wed Mar 14 2007 sndirsch@suse.de
- removed libIndirectGL.so (Bug #254317)
- README.updates: new location of DRI drivers (Bug #254318)
* Thu Jan 25 2007 - sndirsch@suse.de
* Thu Jan 25 2007 sndirsch@suse.de
- fixed build on ppc64/s390/s390x
* Thu Jan 18 2007 - sndirsch@suse.de
* Thu Jan 18 2007 sndirsch@suse.de
- added libIndirectGL for indirect rendering only (Bug #234154)
* Wed Jan 17 2007 - sndirsch@suse.de
* Wed Jan 17 2007 sndirsch@suse.de
- bug-211314_mesa-context.diff:
* fixes Xserver crash in software rendering fallback (Bug #211314)
* Tue Jan 09 2007 - sndirsch@suse.de
* Tue Jan 09 2007 sndirsch@suse.de
- disabled build of sis DRI driver on i64 to fix build
* Sat Dec 02 2006 - sndirsch@suse.de
* Sat Dec 02 2006 sndirsch@suse.de
- updated to Mesa 6.5.2
* New features
- New DRI memory manager system. Currently used by the i915tex
@ -467,18 +482,18 @@ rm -rf $RPM_BUILD_ROOT
been decprecated.
- OpenGL 2.0 and 2.1 support is nearly done. We need to do quite a
bit more testing of the shading language functions.
* Thu Nov 23 2006 - sndirsch@suse.de
* Thu Nov 23 2006 sndirsch@suse.de
- enabled build of i965 DRI driver on x86_64
* Fri Nov 10 2006 - sndirsch@suse.de
* Fri Nov 10 2006 sndirsch@suse.de
- fixed typos (Bug #219732)
* Wed Oct 18 2006 - sndirsch@suse.de
* Wed Oct 18 2006 sndirsch@suse.de
- added static libGLU to Mesa-devel-static package (Bug #212532)
* Tue Oct 10 2006 - sndirsch@suse.de
* Tue Oct 10 2006 sndirsch@suse.de
- fixed build on s390x
* Mon Oct 09 2006 - sndirsch@suse.de
* Mon Oct 09 2006 sndirsch@suse.de
- i915-crossbar.diff:
* fixes ARB_texture_env_crossbar extension (X.Org Bug #8292)
* Mon Sep 18 2006 - sndirsch@suse.de
* Mon Sep 18 2006 sndirsch@suse.de
- updated to Mesa 6.5.1:
New:
* Intel i965 DRI driver
@ -527,26 +542,26 @@ rm -rf $RPM_BUILD_ROOT
[0,1]
* fixed potential dangling pointer bug in glBindProgram()
* fixed some memory leaks (and potential crashes) in Xlib driver
* Sat Sep 09 2006 - sndirsch@suse.de
* Sat Sep 09 2006 sndirsch@suse.de
- removed two source files with imcompatible license from Mesa
tarball (Bug #204110)
- added a check to specfile to make sure that these will not be
reintroduced with the next Mesa update again (Bug #204110)
* Mon Aug 21 2006 - sndirsch@suse.de
* Mon Aug 21 2006 sndirsch@suse.de
- moved via profile.d scripts from x11-tools to this package
* Thu Aug 17 2006 - sndirsch@suse.de
* Thu Aug 17 2006 sndirsch@suse.de
- dri_driver_dir.diff:
* DEFAULT_DRIVER_DIR is set during make call in specfile
(Bug #199958)
- disabled build of GLw (extra package MesaGLw)
* Mon Jul 31 2006 - sndirsch@suse.de
* Mon Jul 31 2006 sndirsch@suse.de
- updated to Mesa 6.5_20060712; required by xorg-server 1.1.99.3
- cleanup
* Wed Jul 19 2006 - ro@suse.de
* Wed Jul 19 2006 ro@suse.de
- adapt to /usr/lib move
* Sun Jun 25 2006 - sndirsch@suse.de
* Sun Jun 25 2006 sndirsch@suse.de
- fixed build for X.Org 7.1
* Wed Jun 21 2006 - sndirsch@suse.de
* Wed Jun 21 2006 sndirsch@suse.de
- udpated to Mesa 6.5
* obsoletes
- Mesa-glx-x11-render-texture-2.diff
@ -558,38 +573,38 @@ rm -rf $RPM_BUILD_ROOT
* missing-headers.diff
* missing-headers.tar.bz2
* glidelibs-i386.tar.gz
* Mon Jun 19 2006 - sndirsch@suse.de
* Mon Jun 19 2006 sndirsch@suse.de
- added missing manual pages (Bug #185707)
* Fri Jun 16 2006 - dreveman@suse.de
* Fri Jun 16 2006 dreveman@suse.de
- Fix issue in copy-sub-buffer patch. Extension was not
enabled on all radeon cards. (bnc 174839)
- Add radeon large texture patch (back port from latest stable
release of Mesa). (bnc 174839)
* Tue May 23 2006 - sndirsch@suse.de
* Tue May 23 2006 sndirsch@suse.de
- no longer remove NVIDIA installer in %%pre
* Mon May 22 2006 - sndirsch@suse.de
* Mon May 22 2006 sndirsch@suse.de
- reverted Mesa/MesaGLU split
- fixed libGLcore.so.1 (e.g. soname); required to create a
non-conflicting package for the NVIDIA driver (Bug #175683)
* Tue May 16 2006 - sndirsch@suse.de
* Tue May 16 2006 sndirsch@suse.de
- splitted off MesaGLU/MesaGLU-devel
- added ldconfig to %%postun
* Sat Apr 22 2006 - sndirsch@suse.de
* Sat Apr 22 2006 sndirsch@suse.de
- licensefix.patch:
* fixed incompatible GPL license (Bug #133238, Mesa Bug #6490)
* Thu Apr 13 2006 - sndirsch@suse.de
* Thu Apr 13 2006 sndirsch@suse.de
- added /usr/X11R6/%%{_lib}/modules/dri/updates/README.updates to
document DRI driver update mechanism
* Wed Apr 12 2006 - sndirsch@suse.de
* Wed Apr 12 2006 sndirsch@suse.de
- enhanced search path for DRI driver updates (FATE #300553)
* Mon Apr 03 2006 - sndirsch@suse.de
* Mon Apr 03 2006 sndirsch@suse.de
- mesa-6.4.2-dri-copy-sub-buffer-1.patch:
* needed for open source drivers to work with Xgl (David Reveman)
* Wed Mar 15 2006 - mhopf@suse.de
* Wed Mar 15 2006 mhopf@suse.de
- Fix for bug #157051, issue 1:
On intel the graphics is only displayed correctly after a scissor region
other than full screen is specified.
* Mon Feb 06 2006 - sndirsch@suse.de
* Mon Feb 06 2006 sndirsch@suse.de
- update to Mesa 6.4.2 (obsoletes tnl_init.diff)
* New items:
- added OSMesaColorClamp() function/feature
@ -599,35 +614,35 @@ rm -rf $RPM_BUILD_ROOT
- GLw header files weren't installed by installmesa script (bug 5396)
- GL/glfbdev.h file was missing from tarballs
- fixed TNL initialization bug which could lead to crash (bug 5791)
* Mon Feb 06 2006 - sndirsch@suse.de
* Mon Feb 06 2006 sndirsch@suse.de
- tnl_init.diff (Mesa Bug #5791):
* fixes TNL initialization bug which could lead to crash
(CVS changelog: use calloc instead of malloc so try_codegen
field is initialized to zero)
* Mon Jan 30 2006 - sndirsch@suse.de
* Mon Jan 30 2006 sndirsch@suse.de
- glxext-sgi-hyperpipe.patch:
* GLX_SGIX_hyperpipe_group -> GLX_SGIX_hyperpipe (Bug #146646)
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Jan 20 2006 - sndirsch@suse.de
* Fri Jan 20 2006 sndirsch@suse.de
- Mesa_945GM.patch:
* 945GM support by Charles Johnson (FATE #151391)
* Wed Dec 28 2005 - sndirsch@suse.de
* Wed Dec 28 2005 sndirsch@suse.de
- moved header files and libGL.so from Mesa-devel to Mesa to make
uninstallation of nvidia driver in %%pre of Mesa-devel obsolete
* Wed Nov 30 2005 - sndirsch@suse.de
* Wed Nov 30 2005 sndirsch@suse.de
- update to Mesa 6.4.1
* Fri Nov 18 2005 - sndirsch@suse.de
* Fri Nov 18 2005 sndirsch@suse.de
- updated to Mesa 6.4 branch (2005-11-18)
- added static libGL (new Mesa-devel-static package)
- removed glut headers from installation (we use freeglut!)
* Tue Nov 15 2005 - sndirsch@suse.de
* Tue Nov 15 2005 sndirsch@suse.de
- updated to Mesa 6.4 branch (2005-11-12)
* Wed Nov 09 2005 - sndirsch@suse.de
* Wed Nov 09 2005 sndirsch@suse.de
- fixed libOSMesa build
* Tue Nov 08 2005 - sndirsch@suse.de
* Tue Nov 08 2005 sndirsch@suse.de
- added build of libOSMesa, e.g. required by tulip package
* Tue Nov 08 2005 - sndirsch@suse.de
* Tue Nov 08 2005 sndirsch@suse.de
- added include files for SGI's OpenGL Xt/Motif widgets, e.g.
required by z88 package
* GLwMDrawA.h
@ -635,24 +650,24 @@ rm -rf $RPM_BUILD_ROOT
* GLwMDrawAP.h
* GLwDrawA.h
- enabled Motif support in libGLw, also required by z88 package
* Mon Nov 07 2005 - sndirsch@suse.de
* Mon Nov 07 2005 sndirsch@suse.de
- use glx headers from xorg-x11-devel package
* Fri Oct 28 2005 - sndirsch@suse.de
* Fri Oct 28 2005 sndirsch@suse.de
- Mesa-glx-x11-render-texture-2.diff/missing-headers.diff:
* new MESA_render_texture extension for Xgl (dreveman/mhopf)
* Tue Oct 25 2005 - sndirsch@suse.de
* Tue Oct 25 2005 sndirsch@suse.de
- fixed DRI driver path for 64bit platforms
* Tue Oct 25 2005 - sndirsch@suse.de
* Tue Oct 25 2005 sndirsch@suse.de
- update to Mesa 6.4
* Mon Oct 24 2005 - sndirsch@suse.de
* Mon Oct 24 2005 sndirsch@suse.de
- build DRI compatible libGL
* Fri Oct 21 2005 - sndirsch@suse.de
* Fri Oct 21 2005 sndirsch@suse.de
- added dummy nvidia libGLcore.so.1 for applications, which are
still linked against libGL.so.1 of older nvidia driver releases
- duplicate libGL (located in /usr/lib/GL) to make workarounds
like LD_PRELOAD possible if nvidia driver is installed and its
libGl does not work
* Wed Oct 19 2005 - sndirsch@suse.de
* Wed Oct 19 2005 sndirsch@suse.de
- no longer install libglide (disables 3Dfx DRI support)
* Sun Oct 02 2005 - sndirsch@suse.de
* Sun Oct 02 2005 sndirsch@suse.de
- created package

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea9bef55a19430cd0135d0572fb235a1e32d296b44116f3380bf015d53c941f3
size 1339585

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3e8f976b3f9ad0709b6f49580317426abccbefd543421f5b83b538b991df45b
size 1339850

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22a7dafa809a7d23482583d5d349d4efc2a95924684fea2d01cde6927d6c31dd
size 3384023

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19c19c7f9b713612c9e085ac5faf7aa9a5d69cf9defe2054fd1af7804973b10e
size 4737507

View File

@ -31,28 +31,10 @@ diff -u configs.orig/linux-static configs/linux-static
# Need to specify all libraries we may need
APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lpthread -lstdc++ -lm
diff -u configs.orig/linux-x86-64-static configs/linux-x86-64-static
--- configs.orig/linux-x86-64-static 2007-10-31 08:30:54.387383500 +0100
+++ configs/linux-x86-64-static 2007-10-31 08:32:57.027048000 +0100
@@ -8,15 +8,6 @@
# Library names (actual file names)
GL_LIB_NAME = libGL.a
-GLU_LIB_NAME = libGLU.a
-GLUT_LIB_NAME = libglut.a
-GLW_LIB_NAME = libGLw.a
-OSMESA_LIB_NAME = libOSMesa.a
# Library/program dependencies (static libs don't have dependencies)
GL_LIB_DEPS =
-OSMESA_LIB_DEPS =
-GLU_LIB_DEPS =
-GLUT_LIB_DEPS =
-GLW_LIB_DEPS =
-APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lpthread -lstdc++ -lm
diff -u configs.orig/linux-x86-static configs/linux-x86-static
--- configs.orig/linux-x86-static 2007-10-31 08:30:54.463388250 +0100
+++ configs/linux-x86-static 2007-10-31 08:33:31.349193000 +0100
@@ -8,15 +8,6 @@
--- configs/linux-x86-64-static.orig 2008-01-23 11:54:19.672419750 +0100
+++ configs/linux-x86-64-static 2008-01-23 11:55:03.123135250 +0100
@@ -9,16 +9,6 @@
# Library names (actual file names)
GL_LIB_NAME = libGL.a
@ -67,4 +49,24 @@ diff -u configs.orig/linux-x86-static configs/linux-x86-static
-GLU_LIB_DEPS =
-GLUT_LIB_DEPS =
-GLW_LIB_DEPS =
-APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXmu -lXt -lXi -lpthread -lstdc++ -lm
-APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXmu -lXt -lXi -lpthread \
- -lstdc++ -lm
--- configs/linux-x86-static.orig 2008-01-23 11:54:28.316960000 +0100
+++ configs/linux-x86-static 2008-01-23 11:55:20.680232500 +0100
@@ -9,16 +9,6 @@
# Library names (actual file names)
GL_LIB_NAME = libGL.a
-GLU_LIB_NAME = libGLU.a
-GLUT_LIB_NAME = libglut.a
-GLW_LIB_NAME = libGLw.a
-OSMESA_LIB_NAME = libOSMesa.a
# Library/program dependencies (static libs don't have dependencies)
GL_LIB_DEPS =
-OSMESA_LIB_DEPS =
-GLU_LIB_DEPS =
-GLUT_LIB_DEPS =
-GLW_LIB_DEPS =
-APP_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXmu -lXt -lXi -lpthread \
- -lstdc++ -lm