From: Denis 'GNUtoo' Carikli Date: Thu, 27 Jan 2011 20:10:06 +0000 (+0100) Subject: xfdesktop 4.6.2: fix compilation X-Git-Tag: sz_154~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e420bbf7f4c30de60f721ed31089ad35607a9013;p=openembedded.git xfdesktop 4.6.2: fix compilation Without that fix we have: libtool: link: cannot find the library `=/usr/lib/libICE.la' or unhandled argument `=/usr/lib/libICE.la' Note that libtool is not the cross libtool. Signed-off-by: Denis 'GNUtoo' Carikli --- diff --git a/recipes/xfce-base/xfdesktop_4.6.2.bb b/recipes/xfce-base/xfdesktop_4.6.2.bb index c3a3bca232..4ecaf287c5 100644 --- a/recipes/xfce-base/xfdesktop_4.6.2.bb +++ b/recipes/xfce-base/xfdesktop_4.6.2.bb @@ -3,14 +3,10 @@ SECTION = "x11/base" DEPENDS = "virtual/libx11 exo libxfcegui4 xfce4-panel thunar gtk+" RDEPENDS_${PN} = "libxfcegui4 libxml2 xfce4-panel thunar exo gtk+" -PR = "r0" +PR = "r1" inherit xfce46 -do_configure() { - oe_runconf -} - FILES_xfdesktop-backdrops = "${datadir}/xfce4/backdrops/*" FILES_${PN} += "${libdir}/xfce4/panel-plugins/*.so \ ${libdir}/xfce4/panel-plugins/xfce4-menu-plugin \