blob: 2b36003635162190494f5cfe60aca0ebdfac4444 [file] [log] [blame]
Andrew Geissler89770b02020-06-13 10:40:47 -05001SUMMARY = "A GObject library for Facebook Graph API"
2SECTION = "x11/gnome"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "LGPL-2.1-only"
Andrew Geissler89770b02020-06-13 10:40:47 -05004LIC_FILES_CHKSUM = "file://COPYING;md5=5804fe91d3294da4ac47c02b454bbc8a"
5
6DEPENDS = " \
7 glib-2.0 \
8 json-glib \
9 rest \
10 gnome-online-accounts \
11"
12
Andrew Geissler9aee5002022-03-30 16:27:02 +000013inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check
14
15# for gnome-online-accounts
16REQUIRED_DISTRO_FEATURES = "x11"
Andrew Geissler89770b02020-06-13 10:40:47 -050017
Andrew Geisslereff27472021-10-29 15:35:00 -050018SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch"
Andrew Geissler89770b02020-06-13 10:40:47 -050019SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba"
20SRC_URI[archive.sha256sum] = "6065391f35e7335588cc6b0cc4c1abbce7341488573a654551264cb9793b9379"
21
Patrick Williams213cb262021-08-07 19:21:33 -050022do_install:append() {
Andrew Geissler89770b02020-06-13 10:40:47 -050023 # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
24 # is not a standard path exactly
25 rm -rf ${D}${prefix}/doc
26}