libGL: fix broken test in INSTALL.
This commit is contained in:
parent
31f989b149
commit
d9ef320904
|
@ -1,7 +1,7 @@
|
|||
# Create libGL.so symlinks.
|
||||
case ${ACTION} in
|
||||
post)
|
||||
if [ ! -h usr/lib/libGL.so -a -h usr/lib/libGL.so.1 ]; then
|
||||
if [ ! -h usr/lib/libGL.so -a ! -h usr/lib/libGL.so.1 ]; then
|
||||
cd usr/lib
|
||||
ln -sf libGL-mesa.so* libGL.so
|
||||
ln -sf libGL-mesa.so* libGL.so.1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'MesaLib'.
|
||||
pkgname=MesaLib
|
||||
version=9.0.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="Mesa-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl
|
||||
|
|
Loading…
Reference in New Issue