gnome-panel 2.18: Fix DEPENDS, use orbit-idl-2 from staging (unbreaks build).
authorRobert Schuster <thebohemian@gmx.net>
Thu, 21 Aug 2008 14:52:12 +0000 (14:52 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Thu, 21 Aug 2008 14:52:12 +0000 (14:52 +0000)
packages/gnome/gnome-panel_2.18.1.bb

index 933be7f..0192d86 100644 (file)
@@ -1,5 +1,5 @@
 LICENSE = "GPL"
-DEPENDS = "startup-notification libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus"
+DEPENDS = "startup-notification libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus orbit2-native"
 
 PR = "r1"
 
@@ -16,6 +16,8 @@ FILES_libpanel-applet = "${libdir}/libpanel-applet-2.so.*"
 FILES_${PN} =+ "${datadir}/gnome* \
                 ${datadir}/icons"
 
+EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
+
 do_stage() {
         autotools_stage_all
 }