[notify] xorg-server: updated to 1.16. Requires the new dependency "libepoxy".

xorg-server 1.16 is not ABI compatible with drivers built for older
version. Please rebuild your drivers!. xorg-server 1.16 now comes with
glamor enabled and thus deprecates the old xorg-glamor-egl package.
This commit is contained in:
Fredrik Rinnestam 2014-07-19 16:41:34 +02:00
parent 5cd186a6e1
commit 900ac76f5d
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
69229fe5cdf3f20f74665d57b7601d26 xorg-server-1.15.2.tar.bz2
8a9ff6ee9907360f09b5bdabb8089502 xorg-server-1.16.0.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: eudev util-linux mesa3d xorg-bdftopcf xorg-bigreqsproto xorg-libdmx xorg-libpixman xorg-libxaw xorg-libxcomposite xorg-libxcursor xorg-libxft xorg-libxinerama xorg-libxkbfile xorg-libxrandr xorg-libxres xorg-libxtst xorg-libxvmc xorg-libxxf86dga xorg-mkfontdir xorg-mkfontscale xorg-scrnsaverproto xorg-xcmiscproto xorg-xf86driproto
name=xorg-server
version=1.15.2
version=1.16.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/xserver/$name-$version.tar.bz2)
@ -18,7 +18,7 @@ build() {
--with-xkb-output=/var/lib/xkb \
--enable-dri \
--with-sha1=libcrypto \
--disable-config-dbus
--disable-config-dbus --enable-glamor
make
make DESTDIR=$PKG install