aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/gnome-doc-utils.inc
blob: ff62257aa8e6b2c941bef41321565e816a251d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE = "GPL LGPL"
DEPENDS = "libxml2 libxslt libxslt-native"

PR = "r1"

inherit gnome

EXTRA_OECONF = "--disable-scrollkeeper"

do_stage() {
	mkdir -p  ${STAGING_DATADIR}/xml/gnome/xslt/
	cp -pPr ${S}/xslt/* ${STAGING_DATADIR}/xml/gnome/xslt/
	autotools_stage_all
}

FILES_${PN} += "${datadir}/xml*"