wok-current view mesa-dri/receipt @ rev 25710

Build full mesa features and split it
author Stanislas Leduc <shann@slitaz.org>
date Mon Jun 10 19:04:54 2024 +0000 (3 weeks ago)
parents 9cfcf18b0d6c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mesa-dri"
4 VERSION="21.3.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Mesa DRI drivers."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.mesa3d.org/"
11 DEPENDS="expat libdrm linux-agp llvm-lib \
12 linux-drm libdrm-amdgpu libdrm-radeon \
13 libdrm-nouveau libdrm-intel libglapi-mesa"
14 WANTED="mesa"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib/dri
20 cp $install/usr/lib/dri/kms_swrast_dri.so $fs/usr/lib/dri
21 ln -s kms_swrast_dri.so $fs/usr/lib/dri/swrast_dri.so
23 mkdir -p $fs/etc/X11/xorg.conf.d
24 cp -a $stuff/*.conf $fs/etc/X11/xorg.conf.d
25 }