blob: a54991574eb7d1fe823d25a4c5eacdc056248194 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "GNOME Structured File Library"
2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=61464cfe342798eeced82efe9ae55f63"
4
5SECTION = "libs"
6
7DEPENDS= "libxml2 bzip2 glib-2.0 zlib gnome-common-native"
8
9GNOMEBASEBUILDCLASS = "autotools"
10inherit gnomebase gobject-introspection gettext gtk-doc
11
12SRC_URI[archive.sha256sum] = "f0b83251f98b0fd5592b11895910cc0e19f798110b389aba7da1cb7c474017f5"
13SRC_URI += "file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch"
14
15PACKAGECONFIG ??= ""
16PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
17
18EXTRA_OECONF = "\
19 --with-bz2 \
20"
21
22FILES:${PN} += "${datadir}/thumbnailers"