MesaLib: fix typo
This commit is contained in:
parent
d8649974e9
commit
a369ba3411
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'MesaLib'.
|
||||
pkgname=MesaLib
|
||||
version=10.2.4
|
||||
revision=8
|
||||
revision=9
|
||||
wrksrc="Mesa-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
|
||||
|
@ -127,7 +127,7 @@ libOSMesa_package() {
|
|||
|
||||
libwayland-egl_package() {
|
||||
short_desc="Free implementation of the EGL API - wayland runtime"
|
||||
replaces="libwaylang-egl-git>=0"
|
||||
replaces="libwayland-egl-git>=0"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libwayland-egl.so.*"
|
||||
vmove usr/lib/egl
|
||||
|
|
Loading…
Reference in New Issue