wok-current diff xorg-xf86-video-ati/receipt @ rev 25701

Fix dep for libglamoregl.so (libepoxy), and miss file for amdgpu (thanks alanyih)
author Stanislas Leduc <shann@slitaz.org>
date Fri Apr 19 12:48:51 2024 +0000 (2 months ago)
parents 5d79829fa876
children
line diff
     1.1 --- a/xorg-xf86-video-ati/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/xorg-xf86-video-ati/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xf86-video-ati"
     1.7 -VERSION="7.7.0"
     1.8 +VERSION="19.1.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg server ATI driver."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -31,7 +31,7 @@
    1.13  		--mandir=/usr/share/man \
    1.14  		--localstatedir=/var \
    1.15  		--with-xorg-module-dir=$MODS \
    1.16 -		--disable-glamor \
    1.17 +		--enable-glamor \
    1.18  		$CONFIGURE_ARGS &&
    1.19  	make && make install
    1.20  }