wok-current diff xorg-glproto/receipt @ rev 25694

Fix cifs-utils, up grub2-efi-x64 stuff for iso EFI
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 30 18:05:22 2024 +0000 (6 months ago)
parents 5d79829fa876
children
line diff
     1.1 --- a/xorg-glproto/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/xorg-glproto/receipt	Sat Mar 30 18:05:22 2024 +0000
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -DEPENDS="xorg-xproto mesa-dev pkg-config"
     1.8 +DEPENDS="xorg-xproto pkg-config"
     1.9  BUILD_DEPENDS="xorg-util-macros"
    1.10  
    1.11  current_version()
    1.12 @@ -39,4 +39,7 @@
    1.13  	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.14  
    1.15  	cp -a $install/* $fs
    1.16 +
    1.17 +        # Ensure remove .la files
    1.18 +        find $fs -name "*.la" -delete
    1.19  }