blob: 40f324352f1c1ddb476d94bfec5b4c3aae26040d [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "Stub implementation of gtk-doc"
2DESCRIPTION = "Stub implementation of gtk-doc, as we don't want to build the API documentation"
3SECTION = "x11/base"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6
7PROVIDES = "gtk-doc gobject-introspection-stub"
8
9SRCREV = "1dea266593edb766d6d898c79451ef193eb17cfa"
10PV = "1.1+git${SRCPV}"
11
12SRC_URI = "git://git.gnome.org/${BPN}"
13
14S = "${WORKDIR}/git"
15
16inherit autotools
17
18FILES_${PN} += "${datadir}"
19
20BBCLASSEXTEND = "native"