SHA256
1
0
forked from pool/Mesa

- instead of using "make install" for installing libIndirectGL/

libOSMesa, do install these libs manually, so we no longer end
  up with linking *everything* against libIndirectGL (instead of
  having it correctly linked against GL!)

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=245
This commit is contained in:
Stefan Dirsch 2012-09-20 13:17:01 +00:00 committed by Git OBS Bridge
parent 2ec924e1d0
commit af76adf9e2
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 20 13:05:15 UTC 2012 - sndirsch@suse.com
- instead of using "make install" for installing libIndirectGL/
libOSMesa, do install these libs manually, so we no longer end
up with linking *everything* against libIndirectGL (instead of
having it correctly linked against GL!)
-------------------------------------------------------------------
Fri Aug 24 22:22:28 UTC 2012 - tobias.johannes.klausmann@mni.thm.de

View File

@ -532,7 +532,13 @@ make clean-local
CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
make %{?_smp_mflags}
make install DESTDIR=$RPM_BUILD_ROOT
cp -a %{_lib}/libIndirectGL.so* \
src/mesa/drivers/x11/libIndirectGL.la \
%{_lib}/libOSMesa.so* \
src/mesa/drivers/osmesa/libOSMesa.la \
$RPM_BUILD_ROOT/usr/%{_lib}
install -m 644 src/mesa/drivers/osmesa/osmesa.pc \
$RPM_BUILD_ROOT/usr/%{_lib}/pkgconfig
#for dir in ../xc/doc/man/{GL/gl,GL/glx,GLU}; do
for dir in ../xc/doc/man/{GL/gl,GL/glx}; do