diff options
-rw-r--r-- | packages/gnome/gnome-panel_2.10.1.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gnome/gnome-panel_2.10.1.bb b/packages/gnome/gnome-panel_2.10.1.bb new file mode 100644 index 0000000000..09e4259fc8 --- /dev/null +++ b/packages/gnome/gnome-panel_2.10.1.bb @@ -0,0 +1,9 @@ +LICENSE = "GPL" +MAINTAINER = "Koen Kooi <koen@handhelds.org>" +DEPENDS = "libwnck orbit2 gtk+ libgnome libgnomeui gnome-desktop libglade gnome-menus" + +inherit gnome pkgconfig + +do_stage() { +autotools_stage_all +} |