mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 13:47:14 +08:00
remove libglx symlink, we have libglvnd now.
This commit is contained in:
parent
40c34dc2f2
commit
974fa8058f
@ -3,7 +3,7 @@
|
||||
pkgbase=xorg-server
|
||||
pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 'xorg-server-common' 'xorg-server-devel')
|
||||
pkgver=1.17.4
|
||||
pkgrel=5 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild
|
||||
pkgrel=6 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild
|
||||
arch=('x86_64')
|
||||
license=('custom')
|
||||
url="http://xorg.freedesktop.org"
|
||||
@ -142,10 +142,6 @@ package_xorg-server() {
|
||||
install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
|
||||
install -m644 "${srcdir}/10-quirks.conf" "${pkgdir}/usr/share/X11/xorg.conf.d/"
|
||||
|
||||
# Needed for non-mesa drivers, libgl will restore it
|
||||
mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
|
||||
"${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg"
|
||||
|
||||
rm -rf "${pkgdir}/var"
|
||||
|
||||
rm -f "${pkgdir}/usr/share/man/man1/Xserver.1"
|
||||
|
Loading…
Reference in New Issue
Block a user