blob: 3ea497845ee280498b0707594c5b6d826b59d376 [file] [log] [blame]
Brad Bishop2d39a062019-10-28 08:33:36 -04001SUMMARY = "Help browser for the GNOME desktop"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = " \
4 file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \
5"
6
Andrew Geissler82c905d2020-04-13 13:39:40 -05007inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg
Brad Bishope42b3e32020-01-15 22:08:42 -05008
9# for webkitgtk
10REQUIRED_DISTRO_FEATURES = "x11"
Brad Bishop2d39a062019-10-28 08:33:36 -040011
Andrew Geissler69721092021-07-23 12:57:00 -040012SRC_URI[archive.sha256sum] = "a173847851f26189be78ecbb10015d539d8cceffc7c23e8635492bc3ada5ee23"
Brad Bishop2d39a062019-10-28 08:33:36 -040013
14DEPENDS += " \
15 libxml2-native \
16 glib-2.0-native \
Brad Bishop2d39a062019-10-28 08:33:36 -040017 gtk+3 \
18 appstream-glib \
19 libxslt \
20 sqlite3 \
21 webkitgtk \
22 yelp-xsl \
23"
24
25do_configure_prepend() {
26 export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
27}
28
29FILES_${PN} += " \
30 ${datadir}/metainfo \
31 ${datadir}/yelp-xsl \
32"
33
34RDEPENDS_${PN} += "yelp-xsl"