file://backends.patch;patch=1"
DEPENDS = "orbit2 glib-2.0 gettext"
+FILES_${PN} += " ${libdir}/GConf/*"
+
S = "${WORKDIR}/GConf-${PV}"
EXTRA_OECONF = "--disable-gtk-doc"
gnome-vfs-cancellation.h \
gnome-vfs-xfer.h \
gnome-vfs-monitor.h \
-gnome-vfs-types.h"
+gnome-vfs-types.h \
+gnome-vfs-volume-monitor.h \
+gnome-vfs-drive.h \
+gnome-vfs-volume.h \
+gnome-vfs-enum-types.h"
GNOME_VFS_MODULE_HEADERS = " \
gnome-vfs-mime-info.h \
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgnome/2.6/libgnome-${PV}.tar.bz2 \
file://makefile.patch;patch=1"
-inherit autotools libtool
+inherit autotools libtool pkgconfig
DEPENDS = "gnome-vfs libbonobo"
EXTRA_OECONF = "--disable-gtk-doc"
+
+HEADERS = " \
+libgnometypebuiltins.h \
+gnome-config.h \
+gnome-sound.h \
+gnome-triggers.h \
+gnome-program.h \
+gnome-help.h \
+gnome-i18n.h \
+gnome-exec.h \
+gnome-gconf.h \
+gnome-url.h \
+gnome-util.h \
+gnome-macros.h \
+gnome-score.h \
+gnome-init.h \
+libgnome.h \
+"
+
+do_stage() {
+ install -d ${STAGING_INCDIR}/libgnome-2.0/libgnome
+ for i in ${HEADERS}; do
+ install -m 0644 libgnome/$i ${STAGING_INCDIR}/libgnome-2.0/libgnome/$i
+ done
+ oe_libinstall -C libgnome -a -so libgnome-2 ${STAGING_LIBDIR}
+}