xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/yelp/yelp_42.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Help browser for the GNOME desktop"
2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = " \
4    file://COPYING;md5=6e1b9cb787e76d7e6946887a65caa754 \
5"
6
7inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg
8
9# for webkitgtk
10REQUIRED_DISTRO_FEATURES = "x11"
11
12SRC_URI[archive.sha256sum] = "25b1146ab8549888a5a8da067f63b470b0f0f800b6ae889cacd114d01d713b41"
13
14DEPENDS += " \
15    libxml2-native \
16    glib-2.0-native \
17    gtk+3 \
18    appstream-glib \
19    libxslt \
20    sqlite3 \
21    libhandy \
22    webkitgtk \
23    yelp-xsl \
24"
25PACKAGECONFIG ?= ""
26
27# Enable if soup3 is enabled in webkit recipe
28PACKAGECONFIG[soup3] = ",--with-webkit2gtk-4-0,"
29
30do_configure:prepend() {
31    export ITSTOOL=${STAGING_BINDIR_NATIVE}/itstool
32}
33
34FILES:${PN} += " \
35    ${datadir}/metainfo \
36    ${datadir}/yelp-xsl \
37"
38
39RDEPENDS:${PN} += "yelp-xsl"
40