diff options
Diffstat (limited to 'recipes/gnome/gnome-menus_2.10.2.bb')
-rw-r--r-- | recipes/gnome/gnome-menus_2.10.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/gnome/gnome-menus_2.10.2.bb b/recipes/gnome/gnome-menus_2.10.2.bb new file mode 100644 index 0000000000..e0aa0919a5 --- /dev/null +++ b/recipes/gnome/gnome-menus_2.10.2.bb @@ -0,0 +1,11 @@ +DEPENDS = "gnome-vfs libxml2 gconf popt gtk+" +LICENSE = "GPL" + + +inherit gnome pkgconfig + +do_stage() { +autotools_stage_all +} + +FILES_${PN} += "${datadir}" |