wok-current diff xorg-imake/receipt @ rev 25716

Adjust mesa depends and fix loop for libegl-mesa,libglx-mesa / mesa
author Stanislas Leduc <shann@slitaz.org>
date Fri Jun 14 14:46:05 2024 +0000 (8 weeks ago)
parents 5d79829fa876
children
line diff
     1.1 --- a/xorg-imake/receipt	Wed Jul 07 17:56:16 2021 +0000
     1.2 +++ b/xorg-imake/receipt	Fri Jun 14 14:46:05 2024 +0000
     1.3 @@ -24,9 +24,10 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	./configure			\
     1.8 -		--prefix=/usr		\
     1.9 -		--mandir=/usr/share/man	\
    1.10 +	./configure				\
    1.11 +		--prefix=/usr			\
    1.12 +		--mandir=/usr/share/man		\
    1.13 +		--with-create-lib-cmd="ar cq"	\
    1.14  		$CONFIGURE_ARGS &&
    1.15  	make &&
    1.16  	make DESTDIR=$DESTDIR install