wok diff lxappearance/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents ee53899c6189
children 180119c209e8
line diff
     1.1 --- a/lxappearance/receipt	Wed Jul 07 10:35:01 2021 +0000
     1.2 +++ b/lxappearance/receipt	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -12,8 +12,8 @@
     1.4  TAGS="LXDE"
     1.5  HOST_ARCH="i486 arm"
     1.6  
     1.7 -DEPENDS="gtk+"
     1.8 -BUILD_DEPENDS="xorg-libX11-dev gtk+-dev"
     1.9 +DEPENDS="gtk+ dbus-glib"
    1.10 +BUILD_DEPENDS="xorg-libX11-dev gtk+-dev dbus-glib-dev"
    1.11  
    1.12  current_version()
    1.13  {
    1.14 @@ -26,6 +26,7 @@
    1.15  {
    1.16  	./configure \
    1.17  		--sysconfdir=/etc \
    1.18 +		--enable-dbus \
    1.19  		$CONFIGURE_ARGS &&
    1.20  	make && make install
    1.21  }