/[packages]/cauldron/mesa/current/SOURCES/mesa-8.1-fixglpc.patch
ViewVC logotype

Contents of /cauldron/mesa/current/SOURCES/mesa-8.1-fixglpc.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 278008 - (show annotations) (download)
Thu Aug 2 20:08:00 2012 UTC (12 years, 2 months ago) by anssi
File size: 500 byte(s)
- enable libosmesa library for off-screen rendering
- fix parallel make (mesa-radeon-parallel-make.patch)
- fix installation of gl.pc when osmesa is enabled
  (mesa-8.1-fixglpc.patch from Fedora)
- replace deprecated configure parameter
- fix build with current llvm
- own /usr/include/GL

1 diff -p -up mesa-20120727/src/mesa/Makefile.am.orig mesa-20120727/src/mesa/Makefile.am
2 --- mesa-20120727/src/mesa/Makefile.am.orig 2012-07-28 01:10:58.000000000 +0300
3 +++ mesa-20120727/src/mesa/Makefile.am 2012-08-02 22:17:24.861156320 +0300
4 @@ -141,10 +141,9 @@ CLEANFILES += libmesa.a libmesagallium.a
5
6 pkgconfigdir = $(libdir)/pkgconfig
7
8 -if HAVE_OSMESA_DRIVER
9 -pkgconfig_DATA = osmesa.pc
10 -else
11 pkgconfig_DATA = gl.pc
12 +if HAVE_OSMESA_DRIVER
13 +pkgconfig_DATA += osmesa.pc
14 endif
15
16 # Emacs tags

  ViewVC Help
Powered by ViewVC 1.1.30