wok-current diff webkitgtk-dev/receipt @ rev 25729

Merge wok for both arch and few updates (again)
author Stanislas Leduc <shann@slitaz.org>
date Thu Dec 05 08:52:36 2024 +0000 (7 weeks ago)
parents a23978bfa665
children
line diff
     1.1 --- a/webkitgtk-dev/receipt	Wed Oct 11 18:45:46 2023 +0000
     1.2 +++ b/webkitgtk-dev/receipt	Thu Dec 05 08:52:36 2024 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  MAINTAINER="mallory@sweetpeople.org"
     1.5  LICENSE="LGPL2"
     1.6  WEB_SITE="https://webkitgtk.org"
     1.7 -HOST_ARCH="i486 arm"
     1.8 +HOST_ARCH="i486 arm x86_64"
     1.9  
    1.10  DEPENDS="webkitgtk libsoup-dev enchant-dev libtasn1-dev sqlite-dev \
    1.11  harfbuzz-icu gstreamer-1.0 gst-plugins-base-1.0 libegl-mesa libsecret-dev \
    1.12 @@ -20,7 +20,7 @@
    1.13  	mkdir -p $fs/usr/lib $fs/usr/share
    1.14  	# ARM: no pkg-config, include or gir files 
    1.15  	case "$ARCH" in
    1.16 -		i?86)
    1.17 +		i?86|x86_64)
    1.18  			cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.19  			cp -a $install/usr/include $fs/usr
    1.20  		cp -a $install/usr/share/webkitgtk-1.0 $fs/usr/share