blob: 29aeef1ad9cb8554c0f4eeb12883164be44cb4b4 [file] [log] [blame]
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00001SUMMARY = "GNOME archive library"
Andrew Geissler9aee5002022-03-30 16:27:02 +00002LICENSE = "LGPL-2.1-only"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +00003LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
4
5DEPENDS = " \
6 gtk+3 \
7 libarchive \
8"
9
10GNOMEBASEBUILDCLASS = "meson"
11GIR_MESON_ENABLE_FLAG = 'enabled'
12GIR_MESON_DISABLE_FLAG = 'disabled'
13GTKDOC_MESON_OPTION = "gtk_doc"
14
15inherit gnomebase gobject-introspection gtk-doc vala
16
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050017SRC_URI[archive.sha256sum] = "c0afbe333bcf3cb1441a1f574cc8ec7b1b8197779145d4edeee2896fdacfc3c2"
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000018
19do_compile:prepend() {
20 export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
21}