mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Changelog: =========== * Fix problems with ole files using codepage 1200 (unicode). * Restore check for ole cycles accidentally removed in fixing Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
23 lines
655 B
BlitzBasic
23 lines
655 B
BlitzBasic
SUMMARY = "GNOME Structured File Library"
|
|
LICENSE = "LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=61464cfe342798eeced82efe9ae55f63"
|
|
|
|
SECTION = "libs"
|
|
|
|
DEPENDS = "libxml2 bzip2 glib-2.0 zlib"
|
|
|
|
GNOMEBASEBUILDCLASS = "autotools"
|
|
inherit gnomebase gobject-introspection gettext gtk-doc
|
|
|
|
SRC_URI[archive.sha256sum] = "9d21d30df1d12feaf03e181afd6067f65e3048ab69cb6ad174a3c5b72b92d297"
|
|
SRC_URI += " file://0001-configure.ac-drop-a-copy-paste-of-introspection.m4-m.patch"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
|
|
|
|
EXTRA_OECONF = "\
|
|
--with-bz2 \
|
|
"
|
|
|
|
FILES:${PN} += "${datadir}/thumbnailers"
|