MesaLib: resolve conflict with catalyst/nvidia (libGL.so); close #516

Move libGL.so to the libGL pkg, this way any other pkg providing the
`libGL` virtual package won't conflict with the real `libGL` mesa pkg.
This commit is contained in:
Juan RP 2014-08-24 09:51:41 +02:00
parent 6a1231033b
commit ef53b9cc20

View file

@ -1,7 +1,7 @@
# Template build file for 'MesaLib'.
pkgname=MesaLib
version=10.2.6
revision=1
revision=2
wrksrc="Mesa-${version}"
build_style=gnu-configure
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
@ -104,7 +104,7 @@ libGL_package() {
short_desc="Free implementation of the OpenGL API - GLX runtime"
replaces="libGL-git>=0"
pkg_install() {
vmove "usr/lib/libGL.so.*"
vmove "usr/lib/libGL.so*"
vmove usr/lib/xorg/modules/extensions
}
}