diff options
Diffstat (limited to 'recipes/gnome/libgnomeui_2.15.2.bb')
-rw-r--r-- | recipes/gnome/libgnomeui_2.15.2.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/gnome/libgnomeui_2.15.2.bb b/recipes/gnome/libgnomeui_2.15.2.bb new file mode 100644 index 0000000000..a6700434c3 --- /dev/null +++ b/recipes/gnome/libgnomeui_2.15.2.bb @@ -0,0 +1,24 @@ +LICENSE = "GPL" +SECTION = "x11/gnome/libs" +PR = "r0" +DEPENDS = "libgnome libgnomecanvas libbonoboui gnome-keyring" +DESCRIPTION = "GNOME User Interface Library" + +DEFAULT_PREFERENCE = "-1" + +FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/lib*.so \ + ${libdir}/libglade/*/lib*.so" + +inherit gnome + +SRC_URI += "file://gnome-stock-pixbufs.h file://no-pixbuf-csource.patch;patch=1" + +EXTRA_OECONF = "--disable-gtk-doc" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/gnome-stock-pixbufs.h ${S}/libgnomeui/pixmaps/gnome-stock-pixbufs.h +} + +do_stage() { +autotools_stage_all +} |