wok-undigest diff glib/receipt @ rev 1251

recook glib and libgio
author Hans-G?nter Theisgen
date Sat Aug 13 10:03:36 2022 +0100 (22 months ago)
parents 94f3f54e446d
children bf284c26b8b3
line diff
     1.1 --- a/glib/receipt	Wed Sep 09 13:48:24 2020 +0100
     1.2 +++ b/glib/receipt	Sat Aug 13 10:03:36 2022 +0100
     1.3 @@ -31,7 +31,8 @@
     1.4  {
     1.5  	case "$ARCH" in
     1.6  		i?86)
     1.7 -			meson . _build --prefix=/usr ;;
     1.8 +			meson _build --prefix=/usr
     1.9 +			;;
    1.10  		arm*)
    1.11  			# not updated for 2.62.4 !
    1.12  			# Native ARM build --> if ARCH != SLITAZ_ARCH ?
    1.13 @@ -54,7 +55,8 @@
    1.14  				--host=$ARCH-slitaz-linux-gnueabi \
    1.15  				--enable-shared=yes \
    1.16  				--enable-static=yes \
    1.17 -				--disable-rpath ;;
    1.18 +				--disable-rpath
    1.19 +			;;
    1.20  	esac &&
    1.21  	ninja -C _build &&
    1.22  	ninja -C _build install