xorg-server: do not create libglx.so symlink, will be made by mesa libGL.
This commit is contained in:
parent
89925fd029
commit
29d82822a6
2 changed files with 1 additions and 10 deletions
|
@ -1,9 +0,0 @@
|
||||||
# Create libglx-xorg.so libglx.so symlink for Mesa.
|
|
||||||
case ${ACTION} in
|
|
||||||
post)
|
|
||||||
if [ -d usr/lib/xorg/modules/extensions -a ! -e usr/lib/xorg/modules/extensions/libglx.so ]; then
|
|
||||||
cd usr/lib/xorg/modules/extensions
|
|
||||||
ln -sf libglx-xorg.so libglx.so
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
esac
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'xorg-server'.
|
# Template build file for 'xorg-server'.
|
||||||
pkgname=xorg-server
|
pkgname=xorg-server
|
||||||
version=1.15.0
|
version=1.15.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-ipv6 --enable-xcsecurity --enable-record
|
configure_args="--enable-ipv6 --enable-xcsecurity --enable-record
|
||||||
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
--enable-xnest --enable-xephyr --enable-composite --enable-xvfb
|
||||||
|
|
Loading…
Reference in a new issue