diff options
-rw-r--r-- | meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb new file mode 100644 index 0000000000..3ac7d6e2eb --- /dev/null +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.5.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "GNOME Structured File Library" | ||
2 | LICENSE = "GPL" | ||
3 | SECTION = "libs" | ||
4 | PR = "r1" | ||
5 | |||
6 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib" | ||
7 | RDEPENDS_${PN} = "gconf gnome-vfs" | ||
8 | |||
9 | |||
10 | PACKAGES =+ "${PN}-gnome ${PN}-gnome-dev " | ||
11 | |||
12 | FILES_${PN}-gnome = "${libdir}/libgsf-gnome-1.so.*" | ||
13 | FILES_${PN}-gnome-dev = "${libdir}/libgsf-gnome-1.* ${includedir}/libgsf-1/gsf-gnome" | ||
14 | |||
15 | inherit autotools pkgconfig gnome gconf | ||
16 | |||
17 | EXTRA_OECONF = "\ | ||
18 | --without-python \ | ||
19 | --without-gnome \ | ||
20 | --disable-gtk-doc \ | ||
21 | --with-bz2" | ||