MesaLib: libGL: remove libGL.so symlinks at post-remove.

This commit is contained in:
Juan RP 2013-01-10 10:11:12 +01:00
parent 7fb4f654b2
commit d41677a489
2 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,11 @@
# Remove libGL.so symlinks.
case ${ACTION} in
post)
if [ -h usr/lib/libGL.so ]; then
rm -f usr/lib/libGL.so
fi
if [ -h usr/lib/libGL.so.1 ]; then
rm -f usr/lib/libGL.so.1
fi
;;
esac

View File

@ -1,7 +1,7 @@
# Template build file for 'MesaLib'.
pkgname=MesaLib
version=9.0.1
revision=6
revision=7
wrksrc="Mesa-${version}"
build_style=gnu-configure
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl