blob: f3b54e7d05332c3801195561f3d2c2169f04fbf3 [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"
Patrick Williamsde0582f2022-04-08 10:23:27 -050019SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3"
Andrew Geissler89770b02020-06-13 10:40:47 -050020
Patrick Williams213cb262021-08-07 19:21:33 -050021do_install:append() {
Andrew Geissler89770b02020-06-13 10:40:47 -050022 # they install all the autotools files (NEWS AUTHORS..) to /usr/doc which
23 # is not a standard path exactly
24 rm -rf ${D}${prefix}/doc
25}