wok-current diff xorg-fontcacheproto/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-fontcacheproto/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/xorg-fontcacheproto/receipt	Fri Apr 19 12:48:51 2024 +0000
     1.3 @@ -38,4 +38,7 @@
     1.4  	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
     1.5  
     1.6  	cp -a $install/* $fs
     1.7 +
     1.8 +        # Ensure remove .la files
     1.9 +        find $fs -name "*.la" -delete
    1.10  }