aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/moblin/libccss_git.bb
blob: 900524b0ed0369306424a217572130ee161523dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SRC_URI = "git://anongit.freedesktop.org/git/ccss.git;protocol=git"
PV = "0.0+gitr${SRCPV}"
PE = "1"
PR = "r0"

DEPENDS = "glib-2.0 cairo librsvg libsoup-2.4"

S = "${WORKDIR}/git"

inherit autotools_stage

do_configure_prepend () {
	echo "EXTRA_DIST=" > ${S}/gtk-doc.make
	echo "CLEANFILES=" >> ${S}/gtk-doc.make
}