From 66fa9940d506596a3cc0eb8db8c886685ea1a2c6 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Tue, 3 Aug 2004 23:39:24 +0000 Subject: Merge bk://openembedded@openembedded.bkbits.net/packages into workhouse.nexus.co.uk:/home/pb/oe/oe-packages 2004/08/04 00:38:50+01:00 nexus.co.uk!pb try to avoid need for gdk-pixbuf-csource at build time BKrev: 4110222cEX8YN1AjYxNv2Qm6XIpi1w --- gnome/libgnomeui/gnome-stock-pixbufs.h | 0 gnome/libgnomeui_2.6.1.1.oe | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 gnome/libgnomeui/gnome-stock-pixbufs.h (limited to 'gnome') diff --git a/gnome/libgnomeui/gnome-stock-pixbufs.h b/gnome/libgnomeui/gnome-stock-pixbufs.h new file mode 100644 index 0000000000..e69de29bb2 diff --git a/gnome/libgnomeui_2.6.1.1.oe b/gnome/libgnomeui_2.6.1.1.oe index 55d449efd8..5ff4f7c5a9 100644 --- a/gnome/libgnomeui_2.6.1.1.oe +++ b/gnome/libgnomeui_2.6.1.1.oe @@ -7,8 +7,14 @@ FILES_${PN} += "${libdir}/gtk-2.0/*/filesystems/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() { gnome_stage_includes oe_libinstall -C libgnomeui -a -so libgnomeui-2 ${STAGING_LIBDIR} -- cgit v1.2.3