diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-03 23:39:24 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-03 23:39:24 +0000 |
commit | 66fa9940d506596a3cc0eb8db8c886685ea1a2c6 (patch) | |
tree | 931298c7f359dc01e6421e410c58bac493b9d742 /gnome | |
parent | 7537a4525b982e1eafe1662a3dfb61be00cf70f8 (diff) |
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
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/libgnomeui/gnome-stock-pixbufs.h | 0 | ||||
-rw-r--r-- | gnome/libgnomeui_2.6.1.1.oe | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gnome/libgnomeui/gnome-stock-pixbufs.h b/gnome/libgnomeui/gnome-stock-pixbufs.h new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gnome/libgnomeui/gnome-stock-pixbufs.h 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} |