blob: 017d67b5a6804d771581264ee774645a4b2db0d8 [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
17SRC_URI[archive.sha256sum] = "7bdf0789553496abddc3c963b0ce7363805c0c02c025feddebcaacc787249e88"
18
19do_compile:prepend() {
20 export GIR_EXTRA_LIBS_PATH="${B}/gnome-autoar/.libs"
21}