wok-current
diff xorg-xcmiscproto/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 (8 months ago) |
parents |
5d79829fa876 |
children |
5926178cd6fa |
line diff
1.1 --- a/xorg-xcmiscproto/receipt Wed Jul 07 17:56:16 2021 +0000
1.2 +++ b/xorg-xcmiscproto/receipt Mon Jun 10 19:04:54 2024 +0000
1.3 @@ -40,4 +40,7 @@
1.4
1.5 cp -a $install/* $fs
1.6 rm -rf $fs/usr/share/doc
1.7 +
1.8 + # Ensure remove .la files
1.9 + find $fs -name "*.la" -delete
1.10 }