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