mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
* fixes following QA warnings:
libgsf-1.14.29: libgsf: configure was passed unrecognised options:
--without-python --without-gnome-vfs --without-bonobo
[unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
28 lines
740 B
BlitzBasic
28 lines
740 B
BlitzBasic
SUMMARY = "GNOME Structured File Library"
|
|
LICENSE = "GPLv2 & LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \
|
|
file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63"
|
|
|
|
SECTION = "libs"
|
|
|
|
DEPENDS= "libxml2 bzip2 glib-2.0 zlib"
|
|
|
|
inherit autotools pkgconfig gnome gconf
|
|
|
|
SRC_URI[archive.md5sum] = "3056b94bb3281dbc8311371bfc23cf72"
|
|
SRC_URI[archive.sha256sum] = "4d8bca33424eb711acdb6a060cb488b132063d699c4fa201db24c2c89c62529c"
|
|
|
|
GNOME_COMPRESS_TYPE = "xz"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[gdk-pixbuf] = "--with-gdk-pixbuf,--without-gdk-pixbuf,gdk-pixbuf"
|
|
|
|
EXTRA_OECONF = "\
|
|
--disable-gtk-doc \
|
|
--with-bz2 \
|
|
"
|
|
|
|
RDEPENDS_${PN} = "gconf"
|
|
|
|
FILES_${PN} += "${datadir}/thumbnailers"
|