diff options
Diffstat (limited to 'recipes/nautilus/nautilus_2.22.5.bb')
-rw-r--r-- | recipes/nautilus/nautilus_2.22.5.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/nautilus/nautilus_2.22.5.bb b/recipes/nautilus/nautilus_2.22.5.bb new file mode 100644 index 0000000000..0e94b93698 --- /dev/null +++ b/recipes/nautilus/nautilus_2.22.5.bb @@ -0,0 +1,20 @@ +# nautilus OE build file +# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +inherit gnome +LICENSE="GPL" + +DEPENDS = "librsvg libexif eel esound gnome-desktop" + +EXTRA_OECONF = "--disable-gtk-doc" + +PACKAGES += "libnautilus" + +FILES_${PN} += "${datadir}/icons ${datadir}/mime /usr/libexec/ " +FILES_libnautilus = "/usr/lib/*.so*" +FILES_${PN}-dbg += "/usr/libexec/.debug" + +do_stage() { + autotools_stage_all +} |