xfce4-panel, dev-tools and pkg-config

Benedikt Meurer benedikt.meurer at unix-ag.uni-siegen.de
Thu May 4 18:07:22 CEST 2006


James Westby wrote:
> Hi all,
> 
> Could someone please confirm for me that I have moved my xfce4-panel-1.0.pc
> to libxfce4panel-1.0.pc?
> 
> Using the dev-tools scripts to update a plugin was causing configure to
> look for the former when I have the latter.

You need to replace the

 XDT_XFCE_PANEL_PLUGIN([XFCE4_PANEL], [<version>])

in the configure.in.in/configure.ac with

 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [<version>])

as XDT_XFCE_PANEL_PLUGIN() is used for the 4.2 panel API.

> Thanks,
> James

HTH,
Benedikt



More information about the Xfce4-dev mailing list