diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 14:52:12 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-08-21 14:52:12 +0000 |
commit | 89e02758f44eedf1019347d674d409c3af3b0402 (patch) | |
tree | 7d8c7350aa89ab575f13710e010604f585b30f20 | |
parent | adfe4811373e4e31012d004d53c6c58b78c1c05d (diff) |
gnome-panel 2.18: Fix DEPENDS, use orbit-idl-2 from staging (unbreaks build).
-rw-r--r-- | packages/gnome/gnome-panel_2.18.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/gnome/gnome-panel_2.18.1.bb b/packages/gnome/gnome-panel_2.18.1.bb index 933be7f811..0192d863c5 100644 --- a/packages/gnome/gnome-panel_2.18.1.bb +++ b/packages/gnome/gnome-panel_2.18.1.bb @@ -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 } |