[Goodies-commits] r3809 - in ristretto/trunk: . src

Benedikt Meurer meurer at informatik.uni-siegen.de
Tue Jan 15 09:20:34 CET 2008


Stephan Arts wrote:
> Author: stephan
> Date: 2008-01-14 22:14:51 +0000 (Mon, 14 Jan 2008)
> New Revision: 3809
> 
> Modified:
>    ristretto/trunk/configure.in.in
>    ristretto/trunk/src/Makefile.am
>    ristretto/trunk/src/main.c
>    ristretto/trunk/src/navigator.c
>    ristretto/trunk/src/navigator.h
> Log:
> Remove xfcerc dep
> 
> 
> Modified: ristretto/trunk/configure.in.in
> ===================================================================
> --- ristretto/trunk/configure.in.in	2008-01-13 16:37:44 UTC (rev 3808)
> +++ ristretto/trunk/configure.in.in	2008-01-14 22:14:51 UTC (rev 3809)
> @@ -57,7 +57,6 @@
>  XDT_CHECK_PACKAGE([GOBJECT], [gobject-2.0], [2.12.0])
>  XDT_CHECK_PACKAGE([THUNAR_VFS], [thunar-vfs-1], [0.4.0])
>  XDT_CHECK_PACKAGE([DBUS_GLIB], [dbus-glib-1], [0.34])
> -XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0])
>  XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0])

Err, you know that both libxfcegui4 and thunar-vfs pull in the
libxfce4util dependency? So you didn't save anything besides a DT_NEEDED
entry for libxfce4util, which is several times smaller than the overhead
in code size caused by this change.

Benedikt



More information about the Xfce4-dev mailing list