wok diff mesa-dri-intel/receipt @ rev 25461
foobillardplus: add LDFLAGS for -Wl,--copy-dt-needed-entries
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 28 09:44:06 2022 +0000 (2022-09-28) |
parents | a78610b2eb47 |
children |
line diff
1.1 --- a/mesa-dri-intel/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/mesa-dri-intel/receipt Wed Sep 28 09:44:06 2022 +0000 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mesa-dri-intel" 1.7 -VERSION="9.1.3" 1.8 +VERSION="9.2.5" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Mesa DRI drivers for Intel." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="MIT" 1.13 WEB_SITE="https://www.mesa3d.org/" 1.14 -DEPENDS="mesa mesa-dri libdrm-intel" 1.15 + 1.16 +DEPENDS="libdrm-intel mesa mesa-dri" 1.17 WANTED="mesa" 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 @@ -16,4 +17,3 @@ 1.21 mkdir -p $fs/usr/lib/dri 1.22 cp $install/usr/lib/dri/i[0-9]*_dri.so $fs/usr/lib/dri 1.23 } 1.24 -