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:
parent
6a1231033b
commit
ef53b9cc20
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue