xfdesktop 4.6.2: fix compilation
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 27 Jan 2011 20:10:06 +0000 (21:10 +0100)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 29 Dec 2012 17:36:19 +0000 (19:36 +0200)
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 <GNUtoo@no-log.org>
recipes/xfce-base/xfdesktop_4.6.2.bb

index c3a3bca..4ecaf28 100644 (file)
@@ -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 \