blob: 049320afca3c4d54fe2ac13fca00fce19d61cfe4 [file] [log] [blame]
Brad Bishope42b3e32020-01-15 22:08:42 -05001SUMMARY = "GNOME Structured File Library"
2LICENSE = "GPLv2 & LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \
4 file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63"
5
6SECTION = "libs"
7
8DEPENDS= "libxml2 bzip2 glib-2.0 zlib gnome-common-native"
9
10inherit gnomebase gobject-introspection gettext gtk-doc
11
12SRC_URI[archive.md5sum] = "5bc6d1d6394f0ed5a58e8f2e5e4ead7f"
13SRC_URI[archive.sha256sum] = "ea36959b1421fc8e72caa222f30ec3234d0ed95990e2bf28943a85f33eadad2d"
14SRC_URI += "file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch"
15
16PACKAGECONFIG ??= ""
17PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
18
19EXTRA_OECONF = "\
20 --with-bz2 \
21"
22
23FILES_${PN} += "${datadir}/thumbnailers"