Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "GNOME Structured File Library" |
| 2 | LICENSE = "GPLv2 & LGPLv2.1" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ |
| 4 | file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" |
| 5 | |
| 6 | SECTION = "libs" |
| 7 | |
| 8 | DEPENDS= "libxml2 bzip2 glib-2.0 zlib intltool-native gnome-common-native" |
| 9 | |
Brad Bishop | 26bdd44 | 2019-08-16 17:08:17 -0400 | [diff] [blame] | 10 | inherit autotools pkgconfig gnomebase gobject-introspection |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 11 | |
| 12 | SRC_URI += "file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch" |
| 13 | |
| 14 | SRC_URI[archive.md5sum] = "e45cc8aa9c49516d540b7d7307f755f1" |
| 15 | SRC_URI[archive.sha256sum] = "5cbc2c0f1dc44d202fa0c6e3a51e9f17b0c2deb8711ba650432bfde3180b69fa" |
| 16 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 17 | PACKAGECONFIG ??= "" |
| 18 | PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf" |
| 19 | |
| 20 | EXTRA_OECONF = "\ |
| 21 | --disable-gtk-doc \ |
| 22 | --with-bz2 \ |
| 23 | " |
| 24 | |
| 25 | RDEPENDS_${PN} = "gconf" |
| 26 | |
| 27 | FILES_${PN} += "${datadir}/thumbnailers" |